mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-29 06:54:24 +01:00
Update README.md
Added docker info to readme file.
This commit is contained in:
parent
e89f10a8b5
commit
7ea483e70f
10
README.md
10
README.md
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user