summaryrefslogtreecommitdiffstats
path: root/README.WIN32
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-12-27 14:59:40 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-12-27 14:59:40 +0000
commit5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8 (patch)
tree7b79dd29fac5eab59b186247809103b8d50375b1 /README.WIN32
parente71915a9c0195542b5842e0a8747c0ab029d2b54 (diff)
downloadlasso-5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8.tar.gz
lasso-5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8.tar.xz
lasso-5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8.zip
fixing minor typo
Diffstat (limited to 'README.WIN32')
-rw-r--r--README.WIN3212
1 files changed, 6 insertions, 6 deletions
diff --git a/README.WIN32 b/README.WIN32
index 9baa2b3d..c411b69a 100644
--- a/README.WIN32
+++ b/README.WIN32
@@ -5,11 +5,9 @@ Using Lasso Win32 Port
Compile
=======
-Launch:
+Execute::
-::
-
-./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
+ ./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
and next ``make``.
@@ -37,9 +35,11 @@ Installation
Description
-----------
-The dll is not copied to his destination directory.
+The ``.dll`` file is not copied to his destination directory.
Fix
---
-Manualy copy the dll (lasso/.lib/liblasso-3.dll) to his destination directory.
+Manually copy the ``.dll`` file (``lasso/.libs/liblasso-3.dll``) to its
+destination directory.
+