Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名计算机科学专业的学生,目前在 VMware 播放器上运行 Ubuntu 12.10。我的任务要求我将 sqlite 与我的 c++ 程序一起使用,但我无法将它与 netbeans 链接。我读过我需要 libsqlite3.a 将它与我的项目链接。我已经运行了 sudo apt-get install sqlite3 libsqlite3-dev,但是我对查找/下载/制作一无所知。谁能帮我这个?
这就是您在已安装包中列出文件的方式:
dpkg -L libsqlite3-dev
在我的(Debian)系统上,库位于/usr/lib/x86_64-linux-gnu/libsqlite3.a.
/usr/lib/x86_64-linux-gnu/libsqlite3.a