summaryrefslogtreecommitdiffstats
path: root/README.WIN32
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-02 16:41:31 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-02 16:41:31 +0000
commitcc83fab4cff86d62e6ad0cb9661b0463b7e0464d (patch)
tree0ab4bdcd9d1c139a5dd3d4fb5fd95a8013e037d4 /README.WIN32
parent73b4d5ec2f3fb24150a40458c9a5dbbda4af0be1 (diff)
downloadlasso-cc83fab4cff86d62e6ad0cb9661b0463b7e0464d.tar.gz
lasso-cc83fab4cff86d62e6ad0cb9661b0463b7e0464d.tar.xz
lasso-cc83fab4cff86d62e6ad0cb9661b0463b7e0464d.zip
Added some win32 specific explanations.
Diffstat (limited to 'README.WIN32')
-rw-r--r--README.WIN3237
1 files changed, 37 insertions, 0 deletions
diff --git a/README.WIN32 b/README.WIN32
new file mode 100644
index 00000000..cce2146c
--- /dev/null
+++ b/README.WIN32
@@ -0,0 +1,37 @@
+Compile
+=======
+
+Launch:
+
+./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
+
+and next make ;)
+
+Know bugs
+=========
+
+Windows 9x/ME
+~~~~~~~~~~~~~
+
+Description
+-----------
+Some problem with link definition.
+
+Fix
+---
+
+After the build error, edit the lasso/*/.libs/*.la files and remove any link
+calls to user32 and kernel32.
+
+Installation
+~~~~~~~~~~~~
+
+Description
+-----------
+
+The dll is not copied to his destination directory.
+
+Fix
+---
+
+Manualy copy the dll (lasso/.lib/liblasso-0.dll) to his destination directory.