Subversion Repositories nw_plus

Rev

Go to most recent revision | 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/
  7. make
  8. cd build/
  9. make
  10. cd util/
  11. ls
  12.