From febdc0d0967042c9478d24ee67c80dcf6faff166 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 8 Apr 2017 00:56:41 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cca534..8729418 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cemu_UI -cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.info/), a Wii U emulator. +cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.info/), a Wii U emulator. Downloads can be found [here](https://github.com/Seil0/cemu_UI/releases). ![Screenshot](/downloadContent/cemu_UI4.png) @@ -27,3 +27,12 @@ cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.i * You need to add it to the [games.db](https://github.com/Seil0/cemu_UI/blob/master/downloadContent/games.db) database or you add it to the [games.csv](https://github.com/Seil0/cemu_UI/blob/master/downloadContent/games.csv) table so everyone can use it. * How can I update the games.db? * Delete the games.db file in "C:\Users\USERNAME\Documents\cemu_UI" it will be downloaded again at the next start of cemu_UI. + +## installation +Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI/releases), make sure you have the latest versionj of java 8 jre/jdk installed, open the file. cemu_UI creats a new directory "C:\Users\USERNAME\Documents\cemu_UI", where the database, settings and covers are stored. + +## building from source +1. download/clone the git repository +2. make sure you have the latest versionj of java 8 jdk installed +3. place the unzip repository into your workspace and start eclipse, project should now be there **or** import the project to your workspace +