Ubuntu Make File Errors



我正在尝试使文件成为脚本硬币的exe。我已经安装了必要的依赖项,但收到以下错误。

/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
/usr/bin/ld: cannot find -ldb_cxx

您需要安装提升库

sudo apt-get install libboost-all-dev

最新更新