-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document support for external archive amalgamation #753
Comments
I can basically share what I do on HP-UX and FreeBSD. This works quite well and should work on any POSIX-like OS. |
I think that would help, you can maybe share here in this issue, and we can figure out where to put that at a later stage. |
This is my example for HP-UX, since I build there everything from source:
Note: I don't compile SQLite as part of the JDBC driver because other OSS uses SQLite as well.
Note: I was not able to link dynamically on HP-UX, I don't know why, but static linking is good enough for me. On FreeBSD it is a bit simpler, dynamic linking just works with SQLite from Ports:
I would always prefer an external linked version of SQLite instead of the current amalagation because mostly people don't like to upgrade twice. |
@gotson Let me know whether this is acceptable for you. |
I think it's a good start, i need to find some time to integrate this in the documentation. Thanks! |
#464 #466
@michael-o i think we should document this somewhere. The current state of the README and README_BUILD is probably not the best, but seems like a feature for which we should have documentation.
I'm open to suggestions about the documentation.
The text was updated successfully, but these errors were encountered: