Subversion Repositories nw_plus

Rev

Blame | Last modification | View Log | RSS feed

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