Skip to content

Commit

Permalink
add notes for macOS (microsoft#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored Mar 19, 2021
1 parent ee9fc96 commit 834fde3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ sudo dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.18_amd64.deb

Then you will need to manually run "pwsh" to continue.

## Install on macOS
```
brew install powershell
```


Then you will need to manually run "pwsh" to continue.


# Building with PowerShell

## Install Dependencies
Expand Down Expand Up @@ -149,6 +158,18 @@ sudo apt-get install liblttng-ust-dev
sudo apt-get install lttng-tools
```

### macOS
The build needs CMake and compiler.

```
brew install cmake
```
Minimally, build needs Xcode 'Command Line Tools`. That can be done via XCode in App Store or from command line
```
xcode-select --install
```


## Generating Build Files

### Windows
Expand Down

0 comments on commit 834fde3

Please sign in to comment.