From e2224448092665cf9b2452f99d790655b451b1bc Mon Sep 17 00:00:00 2001 From: Tim Scott Date: Wed, 26 Dec 2018 09:32:22 -0600 Subject: [PATCH] Update readme with build info. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26d7dad1cd0..bb1de30b31d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Discord channel [here](https://discordapp.com/channels/267367946135928833/267742 - Go to the project location on your machine. Run Maven to download all dependencies and build a snapshot. Example for Windows & Linux: `mvn -U -B clean -P windows-linux install` +- + # Eclipse ## Project Setup @@ -61,9 +63,13 @@ Discord channel [here](https://discordapp.com/channels/267367946135928833/267742 ## Desktop -The desktop GUI is based off of Java Swing. +- The desktop GUI is based off of Java Swing. + +- Use the following build command to create and populate `forge-gui-desktop/target/forge-gui-desktop-` for Linux and Windows: + + `mvn -U -B clean -P windows-linux install` ## Mobile -The mobile GUI is based off of [libgdx](https://libgdx.badlogicgames.com/). As with many other libgdx projects, there is a mobile-dev version that runs on the desktop but is separate and distinct from the 'desktop GUI' mentioned above. +The mobile GUI is based off of [libgdx](https://libgdx.badlogicgames.com/). As with many other libgdx projects, there is a mobile-dev version "forge-gui-mobile-dev" that runs on the desktop but is separate and distinct from the 'desktop GUI' mentioned above.