====== Devel:Misc ====== ===== how to build sqlite3 on windows mingw ===== - 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 - make && make install ... http://www.mail-archive.com/sqlite-users@sqlite.org/msg37813.html configure CFLAGS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=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