diff --git a/README.JAVA b/README.JAVA index e381110c..c9a89c4a 100644 --- a/README.JAVA +++ b/README.JAVA @@ -1,2 +1,4 @@ -If you want to use gcc to compile java binding, jlasso compilation depends on -the development files of libgcj (libgcj4-dev package). +In order to use gcj to compile the java binding, you must also have development +files of libgcj. On Debian systems that translates to libgcj4-dev for gcj 3.3 +and libgcj5-dev for gcj 3.4. + diff --git a/README.WIN32 b/README.WIN32 index 5044f918..9baa2b3d 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -9,12 +9,9 @@ Launch: :: -./autogen.sh --disable-tests --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig +./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig -and next ``make`` ;) - -.. note:: The ``--disable-tests`` is mandatory for Win32, because C tests use a software named - "Check" that requires a POSIX OS. +and next ``make``. Know bugs @@ -45,4 +42,4 @@ The dll is not copied to his destination directory. Fix --- -Manualy copy the dll (lasso/.lib/liblasso-0.dll) to his destination directory. +Manualy copy the dll (lasso/.lib/liblasso-3.dll) to his destination directory.