Hello,
I'm wondering if there's any way to mod The Powder Toy in linux and test it without any modding tool.
I'm going to edit the source code, but I don't know how to build the source code.
I looked at here (https://github.com/FacialTurd/The-Powder-Toy), but there are no 'configure' executeable file nor Makefile or similiar things.
It seems like SConstruct or something is the script for building this source code, and The Powder Toy uses SDL.
Is there any way to build The Powder Toy source code?
apt-get install sconsin your favourite package manager and then run
scons --lin --releaseto build the release+legacy version of Powder Toy.
scons --lin
Hell, modding under linux is arguably much easier.
If you know what a makefile and autotools configure script is this is probably uneeded, but do make sure you have gcc installed.