aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 19:10:47 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:13:10 +0200
commit6219111ed7d6b50f68ebcab5b65517f8b3572ad8 (patch)
treea0f8f9cd36faf6664dbcb307839c9b5cc0f6e961 /README.md
parentdba228452df014b6302eae5c5d97963fedebe6d3 (diff)
downloadqpdf-6219111ed7d6b50f68ebcab5b65517f8b3572ad8.tar.zst
Update references to README files
Most of the README files have been renamed. Refer to the new names.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5c15fa3d..1ef028a2 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ QPDF depends on the external libraries "zlib" and "jpeg". These are
part of every Linux distribution and are readily available. Download
information appears in the documentation. For Windows, you can
download pre-built binary versions of these libraries for some
-compilers; see README-windows.txt for additional details.
+compilers; see README-windows.md for additional details.
QPDF requires a C++ compiler that works with STL. Your compiler must
also support "long long". Almost all modern compilers do. If you are
@@ -82,7 +82,7 @@ Building from a pristine checkout
When building qpdf from a pristine checkout from version control,
documentation and automatically generated files are not present.
Building on Windows from a pristine checkout is not guaranteed to work
-because of issues running autoconf; see README-windows.txt for how to
+because of issues running autoconf; see README-windows.md for how to
handle this. For UNIX and UNIX-like systems, you must have some
addditional tools installed to build from the source repository. To
do this, you should run
@@ -124,8 +124,8 @@ QPDF is known to build and pass its test suite with mingw (latest
version tested: gcc 4.6.2), mingw64 (latest version tested: 4.7.0) and
Microsoft Visual C++ 2010, both 32-bit and 64-bit versions. MSYS plus
ActiveState Perl is required to build as well in order to get make
-and other related tools. See README-windows.txt for details on how to
-build under Windows, see README-windows.txt.
+and other related tools. See README-windows.md for details on how to
+build under Windows, see README-windows.md.
Additional Notes on Build
@@ -137,7 +137,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.txt for details. There is a
+on a Windows system. See README-windows.md 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.