安装
shchojj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Internal compiler error #12345: error mmapping datablock to 33616386.
Internal compiler error #12345: error mmapping datablock to 33616386. Note: you may have one or two (large) stale temporary file(s) left in your temporary directory (Generally this only happens on Windows 9x). 大意就是nsis有个2G文件的限制,尝试了很多,比较笨都没有试出来,最后参照 ht.原创 2021-08-03 16:30:46 · 2077 阅读 · 2 评论 -
cmake
https://cmake.org/cmake/help/latest/guide/tutorial/index.html ############################################################################################################ # MathFunctions/CMakeLists.txt add_library(MathFunctions mysqrt.cxx)#生成链接库,(链接库名称,翻译 2021-03-12 12:59:42 · 276 阅读 · 0 评论 -
Windows cannot find windir system32 systempropertiesadvanced.exe
参考: https://windowsreport.com/windows-cannot-find-windir-system32/ Restart Windows Explorer 1、启动任务管理器:Ctrl + Shift + Esc. 2、重启Windows Explorer转载 2020-08-11 18:35:49 · 344 阅读 · 0 评论 -
NSIS 修改环境变量
1、下载插件https://nsis.sourceforge.io/EnVar_plug-in 2、解压到'$PROGRAMFILES\NSIS' 3、加入环境变量 ; Set to HKLM EnVar::SetHKLM ; Add an expanded value EnVar::AddValue "Path" "$INSTDIR" Pop $0 DetailPrint "EnVar::AddValue returned=|$0|" 4、删除环境变量 ; Se.转载 2020-08-11 09:09:28 · 1548 阅读 · 2 评论 -
NSIS安装包制作流程
参考:https://wuziqingwzq.github.io/other/2018/01/08/NSIS1.html 下载安装nsis http://hmne.sourceforge.net/ 开始创建安装模板 输入相关系信息 设置安装程序的图标等信息 设置用户安装目录,此处的授权文件要改,否则找不到文件报错。 添加文件 新建组之类的,主要是为了用户选择安装组件的过程可选,这里要注意一下,当文件数过多的时候,还是用组的形式好一些,要不然软件一直卡死。着重注意一下,目的..转载 2020-08-07 18:42:19 · 641 阅读 · 0 评论
分享