~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

1.2.2 by Frederic Peters
Import upstream version 2.3.5
1
======================
2
Using Lasso Win32 Port
3
======================
4
5
Compile
6
=======
7
8
Execute::
9
10
  ./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
11
12
and next ``make``.
13
14
15
Know bugs
16
=========
17
18
Windows 9x/ME
19
~~~~~~~~~~~~~
20
21
Description
22
-----------
23
24
Some problem with link definition.
25
26
Fix
27
---
28
29
After the build error, edit the lasso/*/.libs/*.la files and remove any link
30
calls to user32 and kernel32.
31
32
Installation
33
~~~~~~~~~~~~
34
35
Description
36
-----------
37
38
The ``.dll`` file is not copied to his destination directory.
39
40
Fix
41
---
42
43
Manually copy the ``.dll`` file (``lasso/.libs/liblasso-3.dll``) to its
44
destination directory.
45