This commit is contained in:
Tomas Weinfurt 2021-03-18 17:28:07 -07:00 коммит произвёл GitHub
Родитель ee9fc96d2c
Коммит 834fde3cdd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -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
@ -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