Blame README.WIN32

Packit 228f82
======================
Packit 228f82
Using Lasso Win32 Port
Packit 228f82
======================
Packit 228f82
Packit 228f82
Compile
Packit 228f82
=======
Packit 228f82
Packit 228f82
Execute::
Packit 228f82
Packit 228f82
  ./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
Packit 228f82
Packit 228f82
and next ``make``.
Packit 228f82
Packit 228f82
Packit 228f82
Know bugs
Packit 228f82
=========
Packit 228f82
Packit 228f82
Windows 9x/ME
Packit 228f82
~~~~~~~~~~~~~
Packit 228f82
Packit 228f82
Description
Packit 228f82
-----------
Packit 228f82
Packit 228f82
Some problem with link definition.
Packit 228f82
Packit 228f82
Fix
Packit 228f82
---
Packit 228f82
Packit 228f82
After the build error, edit the lasso/*/.libs/*.la files and remove any link
Packit 228f82
calls to user32 and kernel32.
Packit 228f82
Packit 228f82
Installation
Packit 228f82
~~~~~~~~~~~~
Packit 228f82
Packit 228f82
Description
Packit 228f82
-----------
Packit 228f82
Packit 228f82
The ``.dll`` file is not copied to his destination directory.
Packit 228f82
Packit 228f82
Fix
Packit 228f82
---
Packit 228f82
Packit 228f82
Manually copy the ``.dll`` file (``lasso/.libs/liblasso-3.dll``) to its
Packit 228f82
destination directory.
Packit 228f82