安装cryptop++命令:
apt-cache pkgnames | grep -i crypto++
sudo apt-get install libcrypto++9 libcrypto++-dev libcrypto++9-dbg
然后我安装了eclipse for c++
然后按照这个帖子进行设置eclipse:
http://programmingknowledgeblog.blogspot.hk/2013/03/how-to-install-crypto-library-with.html
将上面的代码拷贝到eclipse中build之后,运行,出现 Unresolved inclusion “hodes.h”这个错。解决方法如下:在工程上右键properties->c++ general->paths and symbols->includes
将 usr/include/cryptopp 和 usr/include/crypto++添加上,ok了!测试代码可以运行了。
linux 使用cryptop++安装过程。 问题:Unresolved inclusion “hodes.h”
最新推荐文章于 2024-11-27 10:45:16 发布
本文介绍了如何在Ubuntu系统上安装Cryptopp加密库,并详细展示了如何在Eclipse C++环境中正确配置该库以避免编译错误。通过添加必要的包含路径,确保了项目的成功构建。
2017

被折叠的 条评论
为什么被折叠?



