摘要:
First download, build and install sqlite3 with a--prefix. Then build python with same prefix , it will find sqlite installation and will build _sqlite3 module.$ mkdir -p ~/applications/src$ cd ~/applications/src$ wget http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz$ tar xvvf sqlite-autoconf-307
阅读全文