This shows you the differences between two versions of the page.
|
devel:misc [2010/03/21 05:14] datag |
devel:misc [2010/04/02 19:42] (current) datag |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Devel:Misc ====== | ====== Devel:Misc ====== | ||
| - | how to build sqlite3 on windows mingw: | + | |
| + | |||
| + | ===== how to build sqlite3 on windows mingw ===== | ||
| - install msys and jump into msys-shell with msys.bat | - install msys and jump into msys-shell with msys.bat | ||
| - configure sources with: --prefix=/c/hndev/sqlite-3.6.23 CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 | - configure sources with: --prefix=/c/hndev/sqlite-3.6.23 CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 | ||
| Line 11: | Line 14: | ||
| configure CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 | configure CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 | ||
| make "OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -DSQLITE_OMIT_TRIGGER=1" | make "OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -DSQLITE_OMIT_TRIGGER=1" | ||
| + | |||
| + | |||
| + | ===== building on osx ===== | ||
| + | |||
| + | sudo macports install subversion cmake | ||
| + | sudo macports install qt4-mac libsdl sqlite3 #package names correct? | ||
| + | |||
| + | #symlinks to cmake (cmake-mac) and qmake may be required | ||