Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sqlite/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Build 如何在pkg配置搜索路径中获取SQLite3,以便从源代码构建Postler?_Build_Sqlite_Ubuntu 11.10 - Fatal编程技术网

Build 如何在pkg配置搜索路径中获取SQLite3,以便从源代码构建Postler?

Build 如何在pkg配置搜索路径中获取SQLite3,以便从源代码构建Postler?,build,sqlite,ubuntu-11.10,Build,Sqlite,Ubuntu 11.10,我正试图从源代码构建Postler。我将其从bzr分支出来,安装过程的第一步是导航到postler文件夹并键入“/waf configure”,我这样做了。输入后,它将运行一系列检查,并确定SQLite3不在pkg config搜索路径中。如何在搜索路径中获取它?我已经通过sudo apt get install sqlite3安装了它。 我正在运行Ubuntu11.10。您需要通过sudo apt get install libsqlite3 dev安装开发包。您可以使用dpkg dpkg -

我正试图从源代码构建Postler。我将其从bzr分支出来,安装过程的第一步是导航到postler文件夹并键入“/waf configure”,我这样做了。输入后,它将运行一系列检查,并确定SQLite3不在pkg config搜索路径中。如何在搜索路径中获取它?我已经通过sudo apt get install sqlite3安装了它。
我正在运行Ubuntu11.10。

您需要通过sudo apt get install libsqlite3 dev安装开发包。您可以使用dpkg

dpkg -L sqlite3 dpkg-L sqlite3