Wiki home
Editing page "
sqlite
"
Base on previous version:
0
-
227
-
2175
-
2620
-
3304
-
3374
-
4158
-
6800
# Note: depends on [pkg]tcl[/pkg] # sqlite are kind of nasty in not providing any tarballs with the source other than the "amalgamation", but we can get the proper source as a tarball from their fossil web interface. wget -c "[link]http://www.sqlite.org/src/tarball/sqlite-3.8.4.2.tar.gz?uuid=02ea166372bdb2ef9d8dfbb05e78a97609673a8e[/link]" -O sqlite-3.8.4.2.tar.gz tar -xzf sqlite-3.8.4.2.tar.gz cd sqlite-3.8.4.2 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page