This is step-by-step instructions for fresh installed Ubuntu. These are all commands for terminal, each row starting with sudo needs your password (and your user must be in admin-group. e.g. first user made for system). I hope you understand each step before executing it. This will work on ARM too.
----- sudo apt-get install git-core build-essential libsdl1.2-dev libbz2-dev git clone git://github.com/FacialTurd/The-Powder-Toy.git cd The-Powder-Toy.git gcc -DINTERNAL -opowder -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/ -O3 -ffast-math -ftree-vectorize -lSDL -lm -lbz2 src/*.c ----- Then you can run it with: ./powder -----
This is step-by-step instructions for fresh installed Ubuntu. These are all commands for terminal, each row starting with sudo needs your password (and your user must be in admin-group. e.g. first user made for system). I hope you understand each step before executing it. This will work on ARM too.
----- sudo apt-get install git-core build-essential libsdl1.2-dev libbz2-dev git clone git://github.com/FacialTurd/The-Powder-Toy.git cd The-Powder-Toy.git gcc -DINTERNAL -opowder -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/ -O3 -ffast-math -ftree-vectorize -lSDL -lm -lbz2 src/*.c ----- Then you can run it with: ./powder -----
It will not work as you need a cross compiler, assuming he is not compiling on his ARM machine.