Hi all
I have trouble compile TIC-80 myself. After a while I found the generated dev builds. Are those pro enabled? When is the new version expeted on itch.io?
Regards
Heinz
I had time to do some investigations ;)
I have managed to compile.
After installation of visual studio 2017 community edition. Updated and included cmake integration during update procedure.
Enabled PRO and Disabled SOKOL within CMakeLists.txt
Executed following command within the x64 Native Tools CMD for VS2017.
cmake -G "Visual Studio 15 2017 Win64" ..