We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1918989 commit c923812Copy full SHA for c923812
README.md
@@ -9,6 +9,7 @@
9
* [QT5](#optional-qt5)
10
* [QT4](#optional-qt4)
11
* [CCache](#optional-ccache)
12
+ * [CMake](#optional-cmake)
13
* [DOxygen](#optional-doxygen)
14
* [Manual Steps](#manual)
15
@@ -140,6 +141,19 @@ To be able to use ccache to speed-up (re)compilation
140
141
```sh
142
pacman -S mingw-w64-i686-ccache
143
```
144
+<a name="optional-ccache"/>
145
+### CMake
146
+Used as build system for some other project that can be handy
147
+
148
+ **For x64**
149
+ ```sh
150
+ pacman -S mingw-w64-x86_64-cmake
151
+ ```
152
153
+ **For x86**
154
155
+ pacman -S mingw-w64-i686-cmake
156
157
158
<a name="optional-clang"/>
159
### Clang
0 commit comments