1,316
edits
Praetorian (talk | contribs) |
Praetorian (talk | contribs) |
||
Line 73: | Line 73: | ||
PKG_CONFIG_SYSROOT_DIR=$RPI_ROOT PKG_CONFIG_LIBDIR=$RPI_ROOT/usr/lib/arm-linux-gnueabihf/pkgconfig ./configure --host=raspberrypi --with-sdl-prefix=$RPI_ROOT/usr --with-png-prefix=$RPI_ROOT/usr --disable-debug --enable-release</nowiki> | PKG_CONFIG_SYSROOT_DIR=$RPI_ROOT PKG_CONFIG_LIBDIR=$RPI_ROOT/usr/lib/arm-linux-gnueabihf/pkgconfig ./configure --host=raspberrypi --with-sdl-prefix=$RPI_ROOT/usr --with-png-prefix=$RPI_ROOT/usr --disable-debug --enable-release</nowiki> | ||
Remember you should have exported the ''RPI_ROOT'' environment variable previously. | Remember you should have exported the ''RPI_ROOT'' environment variable previously and updated the ''PATH'' environment variable to be preceded by the ''RPI_ROOT'' path and succeeded by the path to the Raspberry Pi toolchain bin folder (as shown in the previous steps). | ||
On the Raspberry Pi, ''SDL2'' will always be used, since it provides graphics acceleration. | On the Raspberry Pi, ''SDL2'' will always be used, since it provides graphics acceleration. | ||
edits