summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhouzhongyuan <zhouzhongyuan@huawei.com>2019-08-27 19:09:20 +0800
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-13 15:39:30 +0200
commitfa5e8ca66f226107a87d6c39b3e7820ba3dcba6b (patch)
tree5df458df9e437f4ed4a03f203cd8e2c5b8d44aa0
parent0b793591acccda4c4e8fe420cc9fe5ae8674b4f3 (diff)
downloadlibxml2-fa5e8ca66f226107a87d6c39b3e7820ba3dcba6b.tar.gz
Optimize build instructions in README
Fixes bug #792181 https://bugzilla.gnome.org/show_bug.cgi?id=792181 Merge request !40
-rwxr-xr-x[-rw-r--r--]README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 749e671f..5c7bddf8 100644..100755
--- a/README
+++ b/README
@@ -8,6 +8,7 @@ This code is released under the MIT Licence see the Copyright file.
To build on an Unixised setup:
./configure ; make ; make install
+ if the ./configure file does not exist, run ./autogen.sh instead.
To build on Windows:
see instructions on win32/Readme.txt