summaryrefslogtreecommitdiffstats
path: root/README.WIN32
blob: cce2146c5c370f5c1ccf95398fe0d567168a87b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.