diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2002-11-14 17:48:57 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2002-11-14 17:48:57 +0000 |
commit | 1393ce6b10ef28fb27be7e65d29f93364801d778 (patch) | |
tree | f6f3ebfa57780f22f1311e77ed9323aea7c76099 /win32 | |
parent | f69de936e6b2c5b1573363396fbfbb8d5cdf9be2 (diff) | |
download | libxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.tar.gz libxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.tar.bz2 libxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.zip |
cleanup
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Readme.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/win32/Readme.txt b/win32/Readme.txt index b7d85d26..70cac541 100644 --- a/win32/Readme.txt +++ b/win32/Readme.txt @@ -95,7 +95,11 @@ configuration. ------------- After the configuration stage has been completed, you want to build -the software. To do that, type +the software. You will have to use the make tool which comes with +your compiler. If you, for example, configured the source to build +with Microsoft's MSVC compiler, you would use the NMAKE utility. If +żou configured it to build with GNU C compiler, mingw edition, you +would use the GNU make. Assuming you use MSVC, type nmake @@ -125,5 +129,5 @@ possible, and there is also a chance that support exists for IDEs which I have never seen. -March 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de> +November 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de> |