Skip to content

Commit

Permalink
Update README.cmake.md (#9340)
Browse files Browse the repository at this point in the history
java is needed on MacOS
  • Loading branch information
adrpo committed Sep 5, 2022
1 parent 1a84087 commit 7e97e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.cmake.md
Expand Up @@ -64,7 +64,7 @@ There is nothing special to be done for linux. You can follow the examples above
On macOS you need to install:
- XCode: ```xcode-select –-install```
- macports: https://guide.macports.org/#installing.macports
```sudo port install cmake ccache qt5 qt5-qtwebkit autoconf boost OpenSceneGraph gfortran```
```sudo port install cmake ccache qt5 qt5-qtwebkit autoconf boost OpenSceneGraph gfortran openjdk11```
- Compile OpenModelica via:
```
git clone https://github.com/OpenModelica/OpenModelica.git --recursive
Expand Down

0 comments on commit 7e97e71

Please sign in to comment.