Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Jan 7, 2024
1 parent 2c15283 commit 790af4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To build rpp and run the tests, run the following commands:

### Windows

Assure MSVC 19.37+ and cmake 3.17+ are installed and in your PATH.
Assure MSVC 19.37 and cmake 3.17 (or newer) are installed and in your PATH.

```bash
mkdir build
Expand All @@ -44,7 +44,7 @@ For faster parallel builds, you can instead generate [ninja](https://ninja-build

### Linux

Assure clang-17 and cmake 3.17+ are installed.
Assure clang-17 and cmake 3.17 (or newer) are installed.

```bash
mkdir build
Expand All @@ -54,6 +54,8 @@ make -j
ctest -C Debug
```

For faster parallel builds, you can instead generate [ninja](https://ninja-build.org/) build files with `cmake -G Ninja ..`.

## Platform Support

Only the following configurations are supported:
Expand Down

0 comments on commit 790af4d

Please sign in to comment.