You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 line
290 B

  1. #!/bin/sh
  2. ## Native PS3 compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
  3. set -e
  4. # Bootstrap, configure and make
  5. # NOTE: ensure that $CELL_SDK is set and ppu-lv2-g++ is in the path
  6. ./bootstrap
  7. ./configure CXX=ppu-lv2-g++ CC=ppu-lv2-gcc ac_cv_exeext=.elf --host=none
  8. make -j6