From 5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 27 Dec 2006 14:59:40 +0000 Subject: [PATCH] fixing minor typo --- README.WIN32 | 12 ++++++------ 1 file 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. +