25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/sh
-
- ## Native PS3 compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
-
- set -e
-
- # Bootstrap, configure and make
- # NOTE: ensure that $CELL_SDK is set and ppu-lv2-g++ is in the path
- ./bootstrap
- ./configure CXX=ppu-lv2-g++ CC=ppu-lv2-gcc ac_cv_exeext=.elf --host=none
- make -j6
|