I have seen this question on the source code of SQLite. However, I can not make sense on how to build SQLite on my Mac OS 10.6 from scratch, esp. an old version. What steps do I need?
feedback
|
migrated from stackoverflow.com Oct 23 '10 at 14:39
This question came from our site for professional and enthusiast programmers.
|
The SQLite project recommends using their amalgamation package which bundles in source files for dependencies.
You can change the URL for the current amalgamation download to get the older version that you want. Once you have that, open up the zip file or tar.gz (aka tarball) download. The
| |||
|
feedback
|
|
I would recommend you to take a look at MacPorts project. You could build SQLite from sources using MacPorts. | |||
feedback
|
