Skip to content

Commit c923812

Browse files
committed
Update README.md
1 parent 1918989 commit c923812

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [QT5](#optional-qt5)
1010
* [QT4](#optional-qt4)
1111
* [CCache](#optional-ccache)
12+
* [CMake](#optional-cmake)
1213
* [DOxygen](#optional-doxygen)
1314
* [Manual Steps](#manual)
1415

@@ -140,6 +141,19 @@ To be able to use ccache to speed-up (re)compilation
140141
```sh
141142
pacman -S mingw-w64-i686-ccache
142143
```
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+
```sh
155+
pacman -S mingw-w64-i686-cmake
156+
```
143157

144158
<a name="optional-clang"/>
145159
### Clang

0 commit comments

Comments
 (0)