citra/dist/installer/README.md
2017-09-16 17:07:44 +10:00

31 lines
562 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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):
```powershell
cd dist\installer
powershell ExecutionPolicy Bypass .\build.ps1
```
Linux/Mac
---------
Curl + Bash must be available.
```bash
cd dist/installer
chmod +x build.sh
./build.sh
```