- https://github.com/dongyuwei/PIME/blob/0aa4cacce34e41e1b7fa00d96e1eec5485cd597f/build.bat
- 项目根目录下执行 ./build.bat
- 使用 NSIS 构建install exe文件:a) Compile NSI scripts b) File -> Load script... -> installer/installer.nsi
mkdir /d/dyw-code/PIME-Cmake-build
cd /d/dyw-code/PIME-Cmake-build
cmake -G "Visual Studio 17 2022" -A x64 ../PIME
- open PIME.sln in vs studio 2022