This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from testeaxeax/fix-readme
Fix README
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |