Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jg committed Feb 20, 2017
2 parents 173f854 + 8cf8691 commit 403a04e
Show file tree
Hide file tree
Showing 25 changed files with 1,653 additions and 230 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 5 additions & 2 deletions build-notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
During Compile -
1. Go to KBM-Robot module and open up the main js file.
2. Edit the java path under startJar to point to root java folder."var jarPath = path.join("./kbm-java", "robot" + JRE_ver + ".jar");"
3. Run build.
4. Copy java folder and paste it into the root of the build folders.
3. Cut the "user-settings", "overlay", and "java" folders from the root and put them somewhere.
4. Run build.
5. Paste "overlay" and "java" into the dist folder.
6. Zip up the dist for distribution.
7. For testing the build, paste in your user-settings. Just make sure not to zip that folder up.

Rebuild Robotjs -
1. set PYTHON=D:\Python\bin\Python.exe
Expand Down

0 comments on commit 403a04e

Please sign in to comment.