I was recently trying to compile my mod for the first time and it did not work i got this:
D4zk1tty@kali:~/Desktop/The-Powder-Toy$ scons --lin --release --sse2
scons: Reading SConscript files ...
/bin/sh: 1: sdl-config: not found
Checking for C library SDL... no
libSDL not found or not installed
D4zk1tty@kali:~/Desktop/The-Powder-Toy$
i tryed installing libSDL but that is not working ether, is there a different tool i can use for compiling or a different way to install libSDL, i tried this commend and go this:
D4zk1tty@kali:~/Desktop/The-Powder-Toy$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libsdl1.2-dev
E: Couldn't find any package by regex 'libsdl1.2-dev'
E: Unable to locate package libsdl-image1.2-dev
E: Couldn't find any package by regex 'libsdl-image1.2-dev'
E: Unable to locate package libsdl-mixer1.2-dev
E: Couldn't find any package by regex 'libsdl-mixer1.2-dev'
E: Unable to locate package libsdl-ttf2.0-dev
E: Couldn't find any package by regex 'libsdl-ttf2.0-dev'
D4zk1tty@kali:~/Desktop/The-Powder-Toy$
any ideas?