sqlite make

computer programming 2008. 8. 8. 15:39
MinGW 설치
MSYS 설치


http://sourceforge.net/forum/forum.php?forum_id=731558&abmode=1
에서 msys 패치

sqlite 다운 받아 압축을 푼다.

MSYS실행
sqlite를 링크한다.

그리고 아래와 같이 명령어들을 실행시킨다.

configure --enable-static=yes --enable-threadsafe --disable-tcl

make

make install

make clean

깔끔하다. -_-;;

Posted by stekilove
,