Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #65 from testeaxeax/fix-readme
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
Moritz Brunner authored Aug 15, 2018
2 parents af2f98b + e98a09b commit 5de50ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Build Instructions:
1. Clone repository using "git clone https://github.com/testeaxeax/ld42.git"
2. Set your working directory to the projects root by using "cd ./ld42"
3.1 Use "./gradlew desktop:dist" to build the desktop version
3.2 Use "./gradlew html:dist" to build the HTML version
4. The JAR file is now in "./desktop/build/libs/" and the HTML root directory is "./html/build/dist/"

Import into Eclipse:
1. Set your working directory to the projects root by using "cd ./ld42"
2. Create the Eclipse project files using "./gradlew eclipse"
3. Open Eclipse
4. Click on "Menu" and on "Import..."
5. Extend the "General" folder and select "Existing Projects into Workspace"
6. Click on "Next"
7. Select the root directory ("ld42")
8. Click on "Finish"
16 changes: 0 additions & 16 deletions README.md

This file was deleted.

0 comments on commit 5de50ce

Please sign in to comment.