Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Simplify client library build #7399

Merged
merged 7 commits into from
Dec 1, 2022
Merged

Simplify client library build #7399

merged 7 commits into from
Dec 1, 2022

Conversation

asfernandes
Copy link
Member

With C++ package managers (like vcpkg and conan) becoming popular and building packages from source code in user's machines, we should have the simple and fast possible way to build Firebird client, with minimal dependencies as possible.

For example, there is microsoft/vcpkg#15919 showing that Firebird is disabled from SOCI, a multi database client library.

This PR add --enable-client-only option in POSIX/MacOS build, as well --without-tomcrypt (to not build chacha plugin).

In Windows CLIENT_ONLY option was added to run_all.bat.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant