Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eslick committed Jun 8, 2023
1 parent 36f4012 commit c155eb6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ On Windows, except for one excpetion noted below the git Bash shell can be used.

### macOS

#### Apple Silicon

1. Install the Xcode command line tools
2. Install cmake (cmake.org), and set it up to run from the command line
3. Install homebrew and a few things:
Expand All @@ -50,6 +52,12 @@ we currently aren't aiming to do super computing.
5. make
6. make install

#### Intel

There is a GitHub Action, which does the build without HSL. If you want to
build the IDAES extensions on an Intel Mac, the GitHub actions script may
be a good refernce.

## Building

### Linux
Expand Down Expand Up @@ -96,9 +104,15 @@ To run tests `sh docker_linux_tests.sh {platform}`. To help with debugging the
interactively if needed. Once done you will need to delete the container before
running another test.

### macOS (Apple Silicon Only)
### macOS

#### Apple Silicon

Test on clean VM for now, hopfully GitHub actions runners will be available soon.

#### Intel

Test on clean VM.
There is a GitHub actions test.

## Release Hashes

Expand Down

0 comments on commit c155eb6

Please sign in to comment.