Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

Is TIC-80 0.80-dev also a pro version?

A topic by bigger4you created Nov 23, 2019 Views: 1,190 Replies: 4
Viewing posts 1 to 3

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

Developer

Hi,

Pro isn't enabled by default, pls add -DBUILD_PRO flag to the Cmake to enable it.

I try build PRO

thanks. It would be cool to know what is all to install on a freshly installed windows to get it compiled

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" ..