summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
+