mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Raspberry Pi (rpi) target is cross-compiling, so you need to get toolchain here:
|
||||
https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian
|
||||
|
||||
Also you need to copy SDL headers and libs from Raspberry Pi device to this toolchain.
|
||||
|
||||
Then you need to export RPI_SDK pointed to the rpi toolchain root folder.
|
||||
|
||||
Then go to 'src' folder and type './configure --target=rpi --host=arm-linux --with-sdl-prefix=$RPI_SDK'.
|
||||
|
||||
Then type 'make'.
|
||||
|
||||
Reference in New Issue
Block a user