Build options - Sqlite as an example #1141
zlabs-github
started this conversation in
General
Replies: 1 comment 1 reply
|
Hi, they're all in the buildenv file here - https://github.com/zopencommunity/sqliteport/blob/main/buildenv |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Maybe I'm missing something simple but it sure would help my understanding ...
How does zopen build sqlite for example - I can see the sqlite.h and sqlite.a files - can I statically link that code and use in my own C program?
What build options were used (cmake or make)
How does zopen-build know the build options?
All reactions