diff options
| author | Joey Yakimowich-Payne <jyapayne@gmail.com> | 2018-06-16 15:17:51 +0900 |
|---|---|---|
| committer | Joey Yakimowich-Payne <jyapayne@gmail.com> | 2018-06-16 15:17:51 +0900 |
| commit | f275bc0e352734cf6e8bbe125d56355b7949e432 (patch) | |
| tree | ab770762111c3f70523c1283320ff50aa34ca46b | |
| parent | 0f73ad6d3f9ec081792e03967b49895a1d53b9b8 (diff) | |
| download | nimgen-f275bc0e352734cf6e8bbe125d56355b7949e432.tar.gz nimgen-f275bc0e352734cf6e8bbe125d56355b7949e432.zip | |
Update readme with compiler spec
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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:- |
