Installation Instructions1. Install the repositoryRun the commands below to install the PPA repository.
Ubuntu / Linux Mint / elementary OSsudo echo "deb http://download.opensuse.org/repositories/home:/nate-devv:/solarus-debian/xUbuntu_16.04/ ./" > /etc/apt/sources.list.d/solarus.list
wget -qO - http://download.opensuse.org/repositories/home:/nate-devv:/solarus-debian/xUbuntu_16.04/Release.key | sudo apt-key add -
Other versionIf your Linux distribution is based on Ubuntu or Debian, it's possible you can still make this repository work. You'll need find which version of Ubuntu your OS is based on, and then follow the instructions for that. If not, you'll have to compile the program manually, with
the source code from GitLab.
2. Install the engineNow you must update your package lists. Run this in your terminal.
sudo apt update
Finally, install the Solarus engine and Quest Editor.
sudo apt install -y solarus solarus-quest-editor
You should now be able to launch the Solarus Quest Launcher (which helps you play games) and the Solarus Quest Editor (which helps you make games) from your applications menu.
3. Install gamesAt this point, you can install the games below.
Installing all gamesIf you run this, it will install all the games below in a single command.
sudo apt install -y zsdx zsxd zelda-roth-se zbom tunics
Zelda Solarus DXsudo apt install -y zsdx
Zelda Solarus XDsudo apt install -y zsxd
Zelda Return of the Hylian Solarus Editionsudo apt install -y zelda-roth-se
Zelda Book of Mudorasudo apt install -y zbom
Tunics!sudo apt install -y tunics
4. Playing gamesAfter installing games, you can launch them from the Solarus Quest Launcher in your applications menu.