我正在尝试构建 syncevoltion,之后我遇到了以下错误./configure
checking for SQLITE3... configure: error: Package requirements (sqlite3) were not met:
No package 'sqlite3' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SQLITE3_CFLAGS
and SQLITE3_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure: error: configuring Synthesis library failed
我不知道该怎么做。任何帮助都会很棒。
./configure
抛出此错误是因为 syncevoltion 需要sqlite3
,而您的系统上未安装所以在运行配置脚本之前,首先使用安装 SQLite 3 开发包
执行后
./configure