AM3358
Build PCSX ReARMed
步驟如下:
$ cd ~/Downloads $ git clone https://github.com/notaz/pcsx_rearmed.git $ cd pcsx_rearmed/frontend $ git submodule update --init --recursive $ cd ../ $ CROSS_COMPILE=arm-linux-gnueabihf- ./configure --platform=generic --sound-drivers=sdl --enable-neon $ vim configure 423 #if [ "$need_sdl" = "yes" ]; then 424 # which sdl-config > /dev/null || \ 425 # fail "sdl-config is missing; please install libsdl (libsdl1.2-dev)" 426 # CFLAGS="$CFLAGS `sdl-config --cflags`" 427 # MAIN_LDLIBS="`sdl-config --libs` $MAIN_LDLIBS" 428 # check_sdl || fail "please install libsdl (libsdl1.2-dev)" 429 #fi $ make
完成