summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-14 18:34:30 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-14 18:34:30 +0200
commitcda1458159b603d53d05edd0a3d69b73c4106576 (patch)
treefce6603d8a6326ff253c90fbd686c1a813fc9d20 /README
parentf7a18c42a0142f36d8cc575fcd10f0e4638ba084 (diff)
downloadqpdf-cda1458159b603d53d05edd0a3d69b73c4106576.tar.zst
README.windows -> README-windows.txt
git-svn-id: svn+q:///qpdf/trunk@1013 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2b02a1c8..d9cb74b5 100644
--- a/README
+++ b/README
@@ -17,8 +17,8 @@ of virtually all Linux distributions and are readily available;
download information appears in the documentation. You can also
download the external library distributions in source from from qpdf's
download site. For Windows, you can download pre-built binary
-verisons of those libraries for some compilers; see README.windows for
-additional details.
+verisons of those libraries for some compilers; see README-windows.txt
+for additional details.
Licensing terms of embedded software
@@ -61,7 +61,7 @@ make and other related tools. The MSVC works with either cygwin or
MSYS. The mingw build requires MSYS and will probably not work with
cygwin.
-For details on how to build under Windows, see README.windows.
+For details on how to build under Windows, see README-windows.txt.
Additional Notes on Build
@@ -73,7 +73,7 @@ obeying the compiler specified with configure. This can be enabled by
passing --with-buildrules=buildrules where buildrules corresponds to
one of the .mk files (other than rules.mk) in the make directory.
This should never be necessary on a UNIX system, but may be necessary
-on a Windows system. See README.windows for details. There is a
+on a Windows system. See README-windows.txt for details. There is a
gcc-linux.mk file enable "gcc-linux" build rules, but it is intended
to help test the build system; Linux users should build with the
"libtools" rules, which are enabled by default.