Kappes Buur wrote:Thank you for the info.
I take it then that all 3 exe files are functionally identical ?
Is there a step by step guide how to compile files from Github ?
What files to use, what envinronment to set up, etc ?
I compile using Windows 10's LXSS. I don't really have a step-by-step guide but any Linux system will work, even LXSS.
I don't know what dependencies it requires. If you can compile ZDoom on Linux though, you can compile at least ACC with MinGW-32.
Easiest thing to do might be this:
Code: Select all
export CC=/usr/bin/i586-mingw32msvc-gcc
export CXX=/usr/bin/i586-mingw32msvc-g++
./configure
make
zip -9 acc.zip acc.exe *.acs
cp acc.zip /mnt/c/Users/<your username>/Documents
Obviously you'll have to have mingw32 installed but it should work.