Skip to content

Commit

Permalink
Update README: upgrade minimum required cmake to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
WenqingLiAMD committed May 20, 2022
1 parent f651130 commit 580353b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Please make each contribution reasonably small. If you would like to make a big
It is recommended to install 16GB RAM in your build system.

### Build System
* CMake 3.13.4 or newer is required. [Download](https://cmake.org/download/) and install proper one if the cmake is older than 3.13.4.
* CMake 3.15 or newer is required. [Download](https://cmake.org/download/) and install proper one if the cmake is older than 3.15.
* Ninja is requred.

### Install Dev and Tools Packages
Expand Down Expand Up @@ -156,7 +156,7 @@ cmake --build builds/Release32
```

> **Note:**
* For RedHat 7.x, please use cmake3(>= 3.13.4) instead of cmake.
* For RedHat 7.x, please use cmake3(>= 3.15) instead of cmake.
* For debug build, use `-DCMAKE_BUILD_TYPE=Debug -DLLVM_PARALLEL_LINK_JOBS=2` (Linking a debug build of llvm is very memory intensive, so we use only two parallel jobs).
* To enable Wayland support, use `-DBUILD_WAYLAND_SUPPORT=ON`.

Expand Down

0 comments on commit 580353b

Please sign in to comment.