Skip to content

Commit

Permalink
add instructions to build to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed May 27, 2021
1 parent 6393629 commit 5197f5b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# pressio-demoapps

Suite of demo/mini apps.
While the primary purpose of this repository is to contain mini-apps
to use for testing ROMs in Pressio, this repository is self-contained in the sense
Suite of demo/mini apps.
While the primary purpose of this repository is to contain mini-apps
to use for testing ROMs in Pressio, this repository is self-contained in the sense
that the code here does *not* depend on Pressio.

# Building Tests
Requires CMake > 3.18.0 and a C++ compiler with C++11 support:

```
git clone [email protected]:Pressio/pressio-demoapps.git
export CXX=<path-to-your-CXX-compiler>
cd pressio-demoapps && mkdir build && cd build
cmake -DPRESSIODEMOAPPS_ENABLE_TESTS=On ..
make -j4
ctest -j4
```

# License and Citation
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

Expand Down

0 comments on commit 5197f5b

Please sign in to comment.