Added some win32 specific explanations.

This commit is contained in:
Romain Chantereay 2004-08-02 16:41:31 +00:00
parent 73b4d5ec2f
commit cc83fab4cf
1 changed files with 37 additions and 0 deletions

37
README.WIN32 Normal file
View File

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