-
Notifications
You must be signed in to change notification settings - Fork 322
Installing Docker
Building Julius for the Nintendo Switch or PS Vita requires the previous installation of docker
.
Docker
is a platform that simulates a different working environment 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
Terminal
window. -
Install
docker
using apt:$ sudo apt install docker.io
-
Add your user to the
docker
group:$ 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
docker
on Windows; -
Installing
docker
on 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.
Julius information
- Improvements from Caesar 3
- Running Julius
- Command-line options
- Configuration
- Hotkeys
- Touch Support
- MP3 Support
Additional downloads
For developers