summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2022-02-17 16:43:39 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2022-02-17 16:43:39 +0800
commit52713101991a074270dbdc40c35afa548b31f840 (patch)
treeb2f1fc173f18a56fec697c25d71c9ec51a93b8b0 /win32
parent91ecdc93f00fd7c99af2e9f32c91a6cedb2e026f (diff)
downloadlibrsvg-52713101991a074270dbdc40c35afa548b31f840.tar.gz
win32/README.txt: Note that paths should be quoted
For building with NMake while passing in paths, note that one should enclose paths with spaces with quotes, so that they can be applied properly
Diffstat (limited to 'win32')
-rw-r--r--win32/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 3aafd01c..301b6561 100644
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -93,7 +93,7 @@ for all targets.
$(PREFIX). This will also create and copy the librsvg-2.0.pc pkg-config
file if Python can be found.
-<path_options> is as follows:
+<path_options> is as follows (plase note that paths with spaces should be quoted):
-PREFIX: Root directory where built files will be copied to with the 'install' target.
This also determines the root directory from which the dependent headers,
.lib's and DLLs/.typelib's/.gir's are looked for, if INCLUDEDIR, LIBDIR and/or