25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

13 satır
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