Building RetroPie Archives - eddywebs/RetroPie-Setup GitHub Wiki
To build archives of individual modules you can follow these steps:
- Get sources, compile, install, configure the package:
sudo ./retropie_packages.sh <MODULEID/MODULENAME>
- Build the archive:
sudo ./retropie_packages.sh <MODULEID/MODULENAME> create_bin
You can configure, for which platform you want to build an archive by using the __platform
variable. To build a module and a corresponding archive, e.g., for the Raspberry Pi 2, you use these command:
sudo __platform=rpi2 ./retropie_packages.sh <MODULEID/MODULENAME>
sudo __platform=rpi2 ./retropie_packages.sh <MODULEID/MODULENAME> create_bin