mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
.. | ||
config | ||
packages | ||
build.ps1 | ||
build.sh | ||
README.md |
Citra Qt Installer
This contains the configuration files for building Citra's installer.
packages
is empty as Qt expects that it gets a valid directory for offline
packages, even if you are a online-only installer.
Installers can only be built on the platform that they are targeting.
Windows
Using Powershell 2.0 (Windows 10):
cd dist\installer
powershell –ExecutionPolicy Bypass .\build.ps1
Linux/Mac
Curl + Bash must be available.
cd dist/installer
chmod +x build.sh
./build.sh