chosen |
Nov 2, 2008 8:29:28 PM
1. tar xzvf sqlite-3.3.8.tar.gz
2. cd sqlite-3.3.8
3. ./configure --disable-tcl --prefix=/usr/local/sqlite3
4. make
5. make install
6. make doc
7. cp /usr/local/sqlite3/include /usr/include
8. cp /usr/local/sqlite3/lib/lib* /usr/lib/
9. cp /usr/local/sqlite3/bin/sqlite3 /bin/
加多线程选项,线程安全,多线程锁定:
--enable-threadsafe --enable-cross-thread-connections
python中sqlite的安装
在源代码中setup.py中,sqlite_inc_paths添加自己目录中的sqlite的include目录
Tag: Picb_Network_Tips Programming Python Database Sqlite
Comment:
(no reply)