summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-02-05 14:49:30 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-02-05 14:49:30 +0000
commit6419b681762e8ac00c8bea6ed5bc1c4b4dfdbde9 (patch)
tree5ae73856cc825ca5d005cf81a6be4e0bbfc49f8e
parent0869680575ff607e69ba25fb323aca4323d6826e (diff)
downloadlasso-6419b681762e8ac00c8bea6ed5bc1c4b4dfdbde9.tar.gz
lasso-6419b681762e8ac00c8bea6ed5bc1c4b4dfdbde9.tar.xz
lasso-6419b681762e8ac00c8bea6ed5bc1c4b4dfdbde9.zip
Updated documentation files nobody cared about.
-rw-r--r--README.JAVA6
-rw-r--r--README.WIN329
2 files changed, 7 insertions, 8 deletions
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.