Subversion Repositories nw_plus

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

#!/bin/bash
echo "Before compiling the utilities, you must follow the directions to compile EDuke32."
echo "http://wiki.eduke32.com/wiki/Building_EDuke32_on_Linux"
echo "After that is all done, you must make EDuke32, then change to the build directory and make that too."
echo "This script will do that here."
cd polymer/eduke32/
make
cd build/
make
cd util/
ls