| ... | @@ -69,7 +69,19 @@ compromises backward compatibility. | ... | @@ -69,7 +69,19 @@ compromises backward compatibility. |
| 69 | | 69 | |
| 70 | ### Dependencies | 70 | ### Dependencies |
| 71 | | 71 | |
| | 72 | #### Build Dependencies |
| | 73 | |
| | 74 | These compile tools must be available on your system and are used to build |
| | 75 | the Zig compiler itself: |
| | 76 | |
| | 77 | * gcc >= 5.0.0 or clang >= 3.6.0 |
| 72 | * cmake >= 2.8.5 | 78 | * cmake >= 2.8.5 |
| | 79 | |
| | 80 | #### Runtime Dependencies |
| | 81 | |
| | 82 | These libraries must be installed on your system, with the development files |
| | 83 | available. The Zig compiler dynamically links against them. |
| | 84 | |
| 73 | * LLVM == 3.9.x | 85 | * LLVM == 3.9.x |
| 74 | * libclang == 3.9.x | 86 | * libclang == 3.9.x |
| 75 | | 87 | |