Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Mac description for qt, llvm, and gcc
  • Loading branch information
franziska-wegner committed Dec 2, 2023
1 parent cc98568 commit b1926f9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ This is a Cmake project and can be run in any C++ IDE (Integrated Development En

<h3>Required Preinstallations</h3>

Qt (for now)
clang or gcc
The Qt can be installed on a Mac using:

```
brew install qt
```

The compiler clang and gcc can be installed on a Mac using:

```
brew install llvm
brew install gcc
```

If the tests are enabled `"EGOA_TEST_FRAMEWORK": "OfflineGoogleTestFramework"` the `"EGOA_TEST_FRAMEWORK_LOCATION"`, e.g., `"EGOA_TEST_FRAMEWORK_LOCATION": "external/googletest"`, needs a valid path to the test framework. If you prefer to manualy set the path, the <a href="https://github.com/google/googletest/tree/main">google test framework</a> can be cloned from https://github.com/google/googletest/tree/main, which is the easiest way to have a up-to-date version of the repository. Using the above example configuration run:

Expand Down

0 comments on commit b1926f9

Please sign in to comment.