We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a61dc7 commit a878d76Copy full SHA for a878d76
HOWTO_build.md
@@ -0,0 +1,17 @@
1
+**prequesites**
2
+
3
+Java JDK >= 1.5
4
+Maven >= 3.0
5
6
+**get the source**
7
8
+git clone https://github.com/SubOptimal/ImageToHacklace2
9
10
+**compile the source**
11
12
+mvn clean package
13
14
+**run the ImageToHacklace2 converter**
15
16
+cd target<br>
17
+java -jar ImageToHacklace2 image_file
0 commit comments