Skip to content

Commit

Permalink
Merge pull request #21 from thermotools/hp_link
Browse files Browse the repository at this point in the history
Link to info on clang issue with c++17
  • Loading branch information
vegardjervell authored Feb 12, 2024
2 parents 036c0a0 + 894596f commit 86220d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ For MacOS running on Intel, or other operating systems, KineticGas must currentl

## Building from source

**Note** For instructions on building different versions of `KineticGas`, as well as a guide to solving known, possible
build issues, see the [KineticGas homepage.](https://thermotools.github.io/KineticGas)

A build system using `cmake` and `make` is set up to support Mac, Linux and Windows. For Mac machines running on intel chips, one compiler flag must be modified.

### First Try - For Mac/Linux
Expand Down
1 change: 1 addition & 0 deletions docs/vCurrent/source_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export CC=/opt/homebrew/bin/gcc-13
export CXX=/opt/homebrew/bin/g++-13
```
* **NOTE**: You may need to delete the file `cpp/release/CMakeCache.txt` for changes to take effect.
* See also: [This stackoverflow question](https://stackoverflow.com/questions/73758291/is-there-a-way-to-specify-the-c-standard-of-clangd-without-recompiling-it) for info
* If none of the above works, please feel free to leave an issue.

### For Windows
Expand Down

0 comments on commit 86220d1

Please sign in to comment.