Alternatively you can download the JoKeR's one [here]
Build sequence
dev# wget http://www.sqlite.org/sqlite-amalgamation-3.5.8.tar.gz dev# tar xzvf sqlite-amalgamation-3.5.8.tar.gz dev# cd sqlite-3.5.8/To avoid some problems with testThreadLockingBehavior - finishing with SIG32 - disable thread safety. Without this settings I have experienced a (silent) crash during the CVSTrac initialization (someone is experiencing the same).
dev# ./configure --prefix=/mnt/C/sys --enable-threadsafe=no dev# make dev# make install
No comments:
Post a Comment