Skip to content

Commit fdb2dad

Browse files
committed
Updated docs
1 parent c0c5699 commit fdb2dad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ png-experiments
22
===============
33

44
Experiments on a pure Java PNG writer that's both faster than JDK own one, and the ImageIO CLib one.
5-
In order to build this module you'll need to install PNGJ (https://code.google.com/p/pngj/downloads/detail?name=pngj-1.1.2.zip), which is not available on the official maven repos, with the following command:
6-
7-
mvn install:install-file -Dfile=pngj.jar -DgroupId=ar.com.hjg -DartifactId=pngj -Dversion=1.1.2 -Dpackaging=jar
5+
In order to build this module you'll need to install PNGJ 2.0.1, to do so, go to https://code.google.com/p/pngj, checkout the git source codes and build the 2.0.1 tag with maven.
86

97

0 commit comments

Comments
 (0)