Subversion Repositories nw_plus

Compare Revisions

Problem with comparison.

Regard whitespace Rev HEAD → Rev 1

/nw_plus/utils/source/kextract/compile.sh
0,0 → 1,11
#!/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