Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
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