diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-12-27 14:59:40 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-12-27 14:59:40 +0000 |
| commit | 5384c0ad29cca3eb0a5e23b32c4c4d0fcefb2ee8 (patch) | |
| tree | 7b79dd29fac5eab59b186247809103b8d50375b1 | |
| parent | e71915a9c0195542b5842e0a8747c0ab029d2b54 (diff) | |
fixing minor typo
| -rw-r--r-- | README.WIN32 | 12 |
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. + |
