Browse Source

Update build.md

pull/7006/head
Dan Walmsley 4 years ago
committed by GitHub
parent
commit
d3b21f5893
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Documentation/build.md

12
Documentation/build.md

@ -43,18 +43,6 @@ Go to https://www.microsoft.com/net/core and follow the instructions for your OS
The build process needs [Xcode](https://developer.apple.com/xcode/) to build the native library. Following the install instructions at the [Xcode](https://developer.apple.com/xcode/) website to properly install.
Linux operating systems ship with their own respective package managers however we will use [Homebrew](https://brew.sh/) to manage packages on macOS. To install follow the instructions [here](https://docs.brew.sh/Installation).
On Debian based Linux (Debian, Ubuntu, Mint, etc):
```
sudo apt install castxml
```
On Red Hat based Linux (Fedora, CentOS, RHEL, etc) using `yum` (`dnf` takes same arguments though):
```
sudo yum install castxml
```
### Clone the Avalonia repository

Loading…
Cancel
Save