写在前面
之前安装一直编译不过,最后参考了bilibili这个视频才成功,这边做个文字说明,给有需要的小伙伴。
下载
首先上github
下载源码
https://github.com/cheat-engine/cheat-engine
接着下载
lazarus
https://www.lazarus-ide.org/index.php?page=downloads
下载
lazarus-2.0.10-fpc-3.2.0-win64.exe
lazarus
然后下载pascal
https://www.freepascal.org/down/x86_64/win64-canada.html
这里下载fpc-3.2.0.i386-win32.cross.x86_64-win64.exe
和fpc-3.2.0.i386-win32.exe
安装
- fpc-3.2.0.i386-win32.exe
- fpc-3.2.0.i386-win32.cross.x86_64-win64.exe
- lazarus-2.0.10-fpc-3.2.0-win64.exe
视频内的lazarus
是2.0.8
版本,现在最新的是lazarus-2.0.10
,自带了fpc-3.2.0.source
,所以我们按顺序安装上面3个即可,不用下载配置fpc-3.2.0.source.zip
编译
解压cheat-engine-master.zip
,我这里解压到D:\cheat-engine-master
用lazarus
打开 D:\cheat-engine-master\Cheat Engine\cheatengine.lpi
可以打开菜单Project->Project Options
修改图标或名字
打开菜单Run->Compile many Modes
选中图中三项,等待编译结束
用
lazarus
打开D:\cheat-engine-master\Cheat Engine\Tutorial\tutorial.lpi
重复上面过程
现在
D:\cheat-engine-master\Cheat Engine\bin\
文件夹下已经生成cheatengine-x86_64.exe
我们可以直接使用了。
网友评论