Skip to content
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.

Clone this wiki locally