You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thethoughtful1 edited this page Mar 20, 2015
·
4 revisions
To install SketchFinder, first download the project from GitHub. Move the entire folder or just the src folder to the desired location. In the command line, the following command will compile the project and make it ready for use:
javac SketchFinder.java
From here on out, the following command will run the program from the command line while in tis folder:
java SketchFinder filepath [args]
with filepath and [args] replaced by the appropriate filepath and arguments, if any.
The program currently cannot be installed completely, it must be run as a Java script.