How do i build a windows EXE?

podl

New member
Joined
Dec 8, 2022
Messages
1
It only seems to show html5 game, but i want a windows EXE
1670503915065.png
 

dawlane

Well-known member
CX Code Contributor
Tutorial Author
Joined
Jun 21, 2017
Messages
1,044
You need to install either MinGW or Visual Studio 2017/2019/2022 and the C++ Development tools, and set the appropriate configuration variables in the config.winnt.txt file located in the Cerberus/bin directory. Replace the one in that directory with this one; it has information included in the file. Once you have the the compiler installed and the config.winnt.txt file set up correctly, then you need to restart the Cerberus IDE.
 
Last edited:
Top Bottom