Skip to content

Commit

Permalink
working on INSTALL.md, removing the senteces regarding pip install + …
Browse files Browse the repository at this point in the history
…extra option for now
  • Loading branch information
sshiraiwa committed Aug 7, 2024
1 parent 5846198 commit b630210
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@ and `--mfem-prefix`
`--lapack-libraries=<location>`

### Options for development and testing
`--swig` : run swig only
`--skip-swig` : build without running swig
`--skip-ext` : skip building external libraries.
`--ext-only` : build exteranl libraries and exit.
| Flag | Description |
|------|--------|
| `--swig` | run swig only |
| `--skip-swig` | build without running swig` |
| `--skip-ext` | skip building external libraries.|
| `--ext-only` | build exteranl libraries and exit.|

During the development, often we update depenencies (such as MFEM) and edit `*.i` file.


First clean everything.

```shell
Expand Down

0 comments on commit b630210

Please sign in to comment.