citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/dist/installer
James d11cf9a0a5 Fix tabs -> spaces 2017-09-16 17:23:39 +10:00
..
config Fix tabs -> spaces 2017-09-16 17:23:39 +10:00
packages Add QtIFW configuration & build files 2017-09-16 17:07:44 +10:00
README.md Add QtIFW configuration & build files 2017-09-16 17:07:44 +10:00
build.ps1 Fix tabs -> spaces 2017-09-16 17:23:39 +10:00
build.sh Fix tabs -> spaces 2017-09-16 17:23:39 +10:00

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