Update README.md

Added docker info to readme file.
This commit is contained in:
Mark J.F. Teunissen 2018-12-26 17:22:02 +01:00 committed by GitHub
parent e89f10a8b5
commit 7ea483e70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,15 @@ Configfiles for all controllers are collection in [this repository](https://gith
To able to use the logging change the "DO_LOGGING" parameter in the Makefile. To able to use the logging change the "DO_LOGGING" parameter in the Makefile.
# Compiling # Compiling
You need to install all dependencies first! You either need to install all dependencies first! Or use the provided docker configuration.
Start the docker container by running:
``` docker-compose up ```
When this container is running you'll be able to run the rest of the command below inside this container.
This container will have all dependencies required to be able to make and make install the app:
- devkitpro/devkitppc
- libutils
- dynamic_libs
Install this static library into your portlibs folder via: Install this static library into your portlibs folder via: