Updated documentation files nobody cared about.

This commit is contained in:
Frédéric Péters 2005-02-05 14:49:30 +00:00
parent 0869680575
commit 6419b68176
2 changed files with 7 additions and 8 deletions

View File

@ -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.

View File

@ -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.