Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 62 → Rev 63

/nw_plus/utils/source/buildtools/compile.sh
0,0 → 1,8
#!/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/build/
make
ls