
wow
心飞路漫
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 手动的安装的openssl1.0,但是cmake时识别版本不对
needs OpenSSL version 1.0 but found too new version 1.1.1. Any version different to 1.0.x breaks原创 2019-04-25 01:13:02 · 3023 阅读 · 0 评论 -
在unbuntu环境环境中搭建mingw-w64,编译出a.exe到windows环境的执行文件
https://blog.csdn.net/chuyanghong/article/details/78398259mingw-w64工具的作用:在unbuntu环境环境中搭建mingw-w64,编译出a.exe到windows环境的执行文件步骤:1.sudo apt-get update2.sudo apt-get install mingw-w643.创建一个hello.c,sudo...转载 2019-04-26 10:03:02 · 3312 阅读 · 0 评论 -
ubuntu 编译时 fatal error: 'Windows.h' file not found 可以试着安装 mingw-w64
fatal error: ‘Windows.h’ file not foundapt-get install mingw-w64原创 2019-04-26 08:29:40 · 13674 阅读 · 10 评论 -
编译时 fatal error: 'LuaEngine.h' file not found
这个可能是 需要LuaEngine可以尝试在源码目录中 执行 git submodule init && git submodule update以此加载目录原创 2019-04-25 02:42:08 · 1481 阅读 · 0 评论