summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2018-06-20 10:31:58 +0200
committerGitHub <noreply@github.com>2018-06-20 10:31:58 +0200
commit5b7fff2bf028f54244aa766dc9aba7868aa85a7e (patch)
treecd09aa27270a3c1f5706e1332bbbe284d1b6d2ba
parent74d0106a7642bb81df0b2af63227967d48e63d0c (diff)
parent2bed3eeb49b8b8529d7ca8bda8897010df06f67a (diff)
downloadredot-cpp-5b7fff2bf028f54244aa766dc9aba7868aa85a7e.tar.gz
Merge pull request #147 from Kowbell/master
Update README.md to include compilation error fix
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2d4163..fa6ff1c 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ resulting libraries will be placed under `bin/` and the generated headers will b
> Include `use_llvm=yes` for using clang++
+> You may need to specify `headers=../godot_headers` if you have compilation issues related to missing include files
And our directory structure will be
```