1.编译后的文件

Ubuntu(Linux)系统源码编译、移植SQLite_SQL

2.配置lib路径

Ubuntu(Linux)系统源码编译、移植SQLite_sqlite_02

3.可执行文件配置路径

Ubuntu(Linux)系统源码编译、移植SQLite_SQL_03

测试:

XX@XXX:etc$ sqlite3
SQLite version 3.17.0 2017-02-13 16:02:40
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .quit