aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2018-06-16 15:17:51 +0900
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2018-06-16 15:17:51 +0900
commitf275bc0e352734cf6e8bbe125d56355b7949e432 (patch)
treeab770762111c3f70523c1283320ff50aa34ca46b
parent0f73ad6d3f9ec081792e03967b49895a1d53b9b8 (diff)
downloadnimgen-f275bc0e352734cf6e8bbe125d56355b7949e432.tar.gz
nimgen-f275bc0e352734cf6e8bbe125d56355b7949e432.zip
Update readme with compiler spec
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d47239e..9fc8618 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,10 @@ _[n.global]_
```filter``` = string to identify and recurse into library .h files in #include statements and exclude standard headers
+```cpp_compiler``` = string to specify a CPP compiler executable. [default: g++]
+
+```c_compiler``` = string to specify a C compiler executable. [default: gcc]
+
_[n.include]_
List of all directories, one per line, to include in the search path. This is used by:-