| Windows | Linux | Darwin | Durango | Orbis | Android | |
|---|---|---|---|---|---|---|
| MSVC | yes | yes | ||||
| GCC | yes | yes | ||||
| Clang | yes | yes | yes |
On Windows CRY WAF will attempt to automatically find the target compiler on your machine if auto_detect_compiler (see WAF Build Options) is enabled.
If auto_detect_compiler is disabled CRY WAF will attempt to use compilers installed int the following location:
| Platform | Path |
|---|---|
| Windows | <SDK_DIR>/Code/SDKs/Microsoft Visual Studio Compiler |
| Durango | <SDK_DIR>/Code/SDKs/DurangoSDK |
| Orbis | <SDK_DIR>/Code/SDKs/Orbis |
On Linux the compiler is executed straight from from the command line. Ensure that your PATH points to the relevant executable e.g. g++ or clang.