Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kimwalisch/primecount
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Sep 12, 2020
2 parents c72159b + a7e4c1e commit d775479
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ make -j
sudo make install
```

## Run the tests

Open a terminal, cd into the primecount directory and run:

```bash
cmake . -DBUILD_TESTS=ON
make -j
ctest
```

## macOS

On macOS the default C++ compiler that can be installed using ```xcode-select --install```
Expand Down Expand Up @@ -85,6 +75,16 @@ cmake --build . --config Release
cmake --build . --config Release --target install
```

## Run the tests

Open a terminal, cd into the primecount directory and run:

```bash
cmake . -DBUILD_TESTS=ON
make -j
ctest
```

## CMake configure options

By default the primecount binary, the static libprimecount and
Expand Down

0 comments on commit d775479

Please sign in to comment.