Building Julius for the Nintendo Switch or PS Vita requires the previous installation of docker.
Docker is a platform that simulates a different working envirionment than your own.
It's useful to get a specific programming environment ready without the hassle of manually installing
and configuring everything.
The following steps assume you are using a Debian-based Linux distribution such as Ubuntu.
To install docker for Debian-based Linux distributions, do the following:
-
Open a
Terminalwindow. -
Install
dockerusing apt:$ sudo apt install docker.io -
Add your user to the
dockergroup:$ sudo usermod -aG docker $USER $ su - $USER
Then proceed to building Julius, either for Nintendo Switch or for the PS Vita.
If you have a different Linux distribution or a different operating system, please follow the official instructions:
- Installing
dockeron Windows; - Installing
dockeron Mac OS; - For another Linux distribution, check the official page on installing
docker.
Then proceed to building Julius, either for Nintendo Switch or for the PS Vita.