Skip to content

Commit

Permalink
Update openstudio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muh182 authored Apr 24, 2020
1 parent ab487c8 commit b05a74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstudio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Environments - Mac (2020)
* Follow the instructions [here](https://github.com/NREL/OpenStudio/wiki/Configuring-OpenStudio-Build-Environments)
* Install CMake [here](https://cmake.org/download/). Make sure to see the terminal installation
* Follow the instructions [here](https://github.com/NREL/OpenStudio/wiki/Configuring-OpenStudio-Build-Environments). The `CMake` version specific is not compatible for symlinks in newer OS. The steps specified [here](https://stackoverflow.com/questions/30668601/installing-cmake-command-line-tools-on-a-mac) do not work. Please follow the next step.
* Install CMake [here](https://cmake.org/download/).
* Configure the build with typing `cmake ..` in the `build` folder
* You may need to install `conan`. You can use `pip install conan`. There are good instructions [here](https://docs.conan.io/en/latest/installation.html)

Expand Down

0 comments on commit b05a74d

Please sign in to comment.