Ubuntu에서 sqlite3 빌드 방법

by digipine posted Nov 01, 2017
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print
Ubuntu에서 sqlite3 빌드 방법입니다.
소스를 다운받으신 후에 다음과 같이 하시면 됩니다.
 
apt-cache search build-essential
apt-get install build-essential
 
ywx@ywx:~/yu/sqlite/sqlite-autoconf-3070701$ ./configure --disable-tcl
ywx@ywx:~/yu/sqlite/sqlite-autoconf-3070701$ sudo make 
ywx@ywx:~/yu/sqlite/sqlite-autoconf-3070701$ sudo make install
root@ywx:/home/ywx/yu/sqlite/sqlite-autoconf-3070701# ldconfig
 
ywx@ywx:/usr/local/bin$ ls
pcap-config sqlite3
ywx@ywx:/usr/local/bin$ ./sqlite3 
SQLite version 3.7.7.1 2011-06-28 17:39:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
TAG •