Updated Documantation (markdown)

Jannik 2018-01-13 23:32:20 +01:00
parent 63b8ce4ac3
commit 7f4a5c0e69
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
## Build cemu_UI
cemu_UI uses maven to manage all dependencies and to build the Software. In order to build cemu_UI
make sure you have [Maven](https://maven.apache.org/) and the latest version of java 8 oracle jdk installed.
make sure you have [Maven](https://maven.apache.org/) and the latest version of java 9 oracle jdk installed.
At first you need to clone cemu_UI `git clone https://github.com/Seil0/cemu_UI.git`, if you have done that go to the root folder of cemu_UI and build the cemu_UI package with `mvn package`. The final package can be found in _/target/cemu_UI-0.0.0-SNAPSHOT-shaded.jar_.