Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
millerta authored Dec 19, 2023
1 parent f287c89 commit cd3bcbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ include/exodus_config.h include/exodusII.h include/exodusII.inc include/ex
include/netcdf.h include/hdf5.h
```

Once the ExodusII is successful, build LaGriT as usual but with the EXODUS flag:

```
mkdir build/ && cd build/
cmake .. -DCMAKE_BUILD_TYPE=Debug -DLAGRIT_BUILD_EXODUS=ON
make
```

## Create your build directory:

You can build as Debug (-g) or as Release with the CMake flag "-D CMAKE_BUILD_TYPE=[Debug|Release]".
Expand Down

0 comments on commit cd3bcbf

Please sign in to comment.