X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=compile.sh;fp=compile.sh;h=0d577aa68d7ff364b1c5aeb4c42a83b03acccc3a;hp=0780effa987277498dbc431ecfe0dad39a95c226;hb=4e1cfc57d8ef4ed212dc0e9eed79c1666c937c7f;hpb=addcdc3bf962d9f0023d972ed4ec5e60bcd62319 diff --git a/compile.sh b/compile.sh index 0780eff..0d577aa 100755 --- a/compile.sh +++ b/compile.sh @@ -2,7 +2,8 @@ ICU4J=/usr/share/java/icu4j-49.1.jar test -r "$ICU4J" || ICU4J=/usr/share/icu4j-55/lib/icu4j.jar JUNIT=/usr/share/java/junit.jar test -r "$JUNIT" || JUNIT=/usr/share/junit/lib/junit.jar -COMMONS=/usr/share/java/commons-text.jar +COMMONS=/usr/share/java/commons-lang3.jar +test -r "$COMMONS" || COMMONS=/usr/share/commons-lang-3.3/lib/commons-lang.jar COMMONS_COMPRESS=/usr/share/java/commons-compress.jar if [ ! -x ../Dictionary ] ; then echo "You need to clone the Dictionary repository (including subprojects) into .."