Difference between revisions of "Building RetroArch"

From Emulation General Wiki
Jump to navigation Jump to search
(Created page with "==Building on Windows== ??? ==Libretro Super== Libretro-super is a series of scripts used to ease the compilation and installation of each and every libretro emulation cor...")
 
(Libretro Super)
Line 6: Line 6:
  
 
==Libretro Super==
 
==Libretro Super==
Libretro-super is a series of scripts used to ease the compilation and installation of each and every libretro emulation core and RetroArch itself. Thus this is the simplest route to a fully functional installation. If you need or want to build each core individually then you can refer to the [https://github.com/libretro/libretro-super/blob/master/libretro-build-common.sh build-common.sh] script for direction.<br />git clone git://github.com/libretro/libretro-super.git<br />cd libretro-super<br />sh libretro-fetch.sh<br />sh libretro-build.sh<br />sh libretro-install.sh <path where you'd like RetroArch installed>
+
 
 +
Libretro-super is a series of scripts used to ease the compilation and installation of each and every libretro emulation core and RetroArch itself. Thus this is the simplest route to a fully functional installation. If you need or want to build each core individually then you can refer to the [https://github.com/libretro/libretro-super/blob/master/libretro-build-common.sh build-common.sh] script for direction.
 +
git clone git://github.com/libretro/libretro-super.git
 +
cd libretro-super
 +
sh libretro-fetch.sh
 +
sh libretro-build.sh
 +
sh libretro-install.sh <path where you'd like RetroArch installed>

Revision as of 00:35, 2 November 2013

Building on Windows

???


Libretro Super

Libretro-super is a series of scripts used to ease the compilation and installation of each and every libretro emulation core and RetroArch itself. Thus this is the simplest route to a fully functional installation. If you need or want to build each core individually then you can refer to the build-common.sh script for direction.

git clone git://github.com/libretro/libretro-super.git
cd libretro-super
sh libretro-fetch.sh
sh libretro-build.sh
sh libretro-install.sh <path where you'd like RetroArch installed>