Skip to content

Commit

Permalink
Windows build support
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybird committed Mar 10, 2016
1 parent f430a55 commit 3017e2c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,13 @@ Heres a screenshot of the working prototype. It is able to read and decompile ba


#####To Build via CLI:
Linux/OSX: Install maven. Run the "run.sh" shell script
Windows: Comming soon

Linux/OSX: Install maven. Run the scripts/build.sh shell script
Windows: Install maven. Run the scripts/build.bat batch file

#####To Run via CLI:
Linux/OSX: Build the project first. Run the scripts/run.sh shell script
Windows: Build the project first. Run the scripts/run.bat batch file

#####To Build via IDE:
All: Import Redress as a maven project. Add lib/dockfx-0.1-SNAPSHOT.jar as a project dependency.

Expand Down

0 comments on commit 3017e2c

Please sign in to comment.