Page 1 of 1
How to compile AkelPad-4.9.8-src with MinGW
Posted: Wed Feb 03, 2021 8:34 am
by JerryZhen
Hi, Just want to know how to compile the AkelPad-4.9.8-src with MinGW, if there's document? Thanks.
Posted: Thu Feb 04, 2021 12:12 am
by opk44
JerryZhen
makefile + (makefile.bat | makefile-x64.bat)
Posted: Thu Feb 04, 2021 2:13 am
by JerryZhen
any doc for setup the develop environment? seems need to install VS2005 or VC6.0, and MinGW-w64,right?
Posted: Thu Feb 04, 2021 3:01 am
by JerryZhen
According to the code, find it need to install Microsoft Visual C++ Toolkit 2003 and Windows Server 2003 SP1 Platform SDK, then check paths MSSDK and VCDIR in Build-Eng.cmd and run Build-Eng.cmd.
Posted: Thu Feb 04, 2021 10:36 am
by opk44
hi, I try to compile the source code, not sure how to setup the environment, seems need to install VS2005 (it's very old version) and MinGW-w64, right?
You can use MinGW
_OR_ (Toolkit 2003 + PlatformSDK). Not
_AND_.
I did not use Mingw.
My tool set (Build.cmd):
Code: Select all
set VCDIR=c:\Program Files\Microsoft Visual C++ Toolkit 2003
set MSSDK=c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
Posted: Fri Feb 05, 2021 1:01 am
by JerryZhen
yes, VS toolkit works well. MinGW will fail when compile the code.