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 20, 2023
1 parent 901b7e6 commit 14d3a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ make

## Build Without ExodusII

If you do not need to write an Exodus formatted file, you can build LaGriT without the ExoudsII libraries.
Create a directory for your lagrit executable then use cmake to create the configuration files and directories.
If you do not need to write an Exodus formatted file, you can build LaGriT without the ExodusII libraries.
Create a directory for your lagrit executable, then use cmake to create the configuration files and directories.

From the top directory in LaGriT:
```
Expand Down Expand Up @@ -81,7 +81,7 @@ To include Exodus, use -DLAGRIT_BUILD_EXODUS=ON
-- Build files have been written to: /project/eesdev/tam/clone/LaGriT/build
```

Once cmake has configured the directory files, type make to create the lagrit executable:
Once cmake has configured the directory files, type *make* to compile the lagrit executable:

```
make
Expand Down

0 comments on commit 14d3a5c

Please sign in to comment.