summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-27 08:04:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-27 08:04:00 +0200
commitb10d7d4756da7577888817f6dae79981152ab528 (patch)
treea030e092b63635a6b26fb8cef5dc8b0d23a51e20 /README.md
parent65723863f3a558dbc95d6f5530ef679d47179610 (diff)
Merge libxsd/README-GIT into README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa2908a..bd17682 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,11 @@ bdep init @install -d xsd
b install: ../xsd-install/xsd/
```
+
+The checked out `libxsd/xsd/cxx/version.hxx` will be overwritten during the
+in-source build but these changes must be ignored. To do this automatically,
+run:
+
+```
+git update-index --assume-unchanged libxsd/xsd/cxx/version.hxx
+```