分类: LINUX
2010-11-06 23:36:11
1.源码安装步骤如下:
1)wget
2)tar -xzvf sqlite-3.5.6.tar.gz
3)cd sqlite-3.5.6
4)./configure --disable-tcl ##加上这个选项则不需要TCL,否则在2.4内核上编译通不过
5)make
6)make install
2.测试是否安装成功
# cd /usr/lcoal/sqlite-3.5.6
# ./sqlite3 text.db
如果安装成功,会出现下面这样的信息
SQLite version 3.5.6
Enter ".help" for instructions
sqlite>
chinaunix网友2010-11-07 19:03:50
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com