Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 772 Bytes

INSTALL.md

File metadata and controls

17 lines (13 loc) · 772 Bytes

🧰 Build Instructions

The batch script build.bat will download all the softwares required, set the config files and build the RetroBat Setup from setup.nsi sources script.

  • Download and install Git for Windows (follow default setup settings).

  • Open CMD Windows Terminal and run the following commands to clone recursively the RetroBat git with its submodules and run build.bat to launch the build:

git clone --recursive https://github.com/RetroBat-Official/retrobat-setup.git
cd RetroBat
build.bat
  • Once the build process is done, you will find the RetroBat Setup in the build directory.