Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Oct 15, 2024
1 parent a42d679 commit 6b92c73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ apt-get install \
This project strives to be as normal and simple a CMake project as possible. This build workflow in particular will work, producing a static `libbeman.exemplar.a` library, ready to package with its headers:

```shell
cmake -B build -S . -DCMAKE_CXX_STANDARD=20
cmake --build build
ctest --test-dir build
cmake --workflow --preset gcc-debug
cmake --install build --prefix /opt/beman.exemplar
```

Expand Down

0 comments on commit 6b92c73

Please sign in to comment.