Skip to content

Commit 6f95b01

Browse files
author
Maryam Ariyan
committed
Providing link for further information
1 parent 70a5cd7 commit 6f95b01

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Documentation/building/unix-instructions.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,24 @@ On Linux, the following components are needed:
3030

3131
e.g. for Ubuntu 14.04, follow the steps below:
3232

33-
`sudo apt-get update`
33+
```sh
34+
sudo apt-get update
35+
sudo apt-get install git clang-3.9 cmake libunwind8 curl
36+
```
3437

35-
`sudo apt-get install git clang-3.9 cmake libunwind8 curl`
38+
Follow instructions on how to [install .NET Core SDK 2.0+ on Ubuntu](https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04):
3639

37-
Follow instructions on how to [install .NET Core SDK 2.0+ on Ubuntu](https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04).
40+
```sh
41+
#Register Microsoft key and feed
42+
wget -q packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
43+
sudo dpkg -i packages-microsoft-prod.deb
44+
#Install the SDK
45+
sudo apt-get install apt-transport-https
46+
sudo apt-get update
47+
sudo apt-get install dotnet-sdk-2.1.105
48+
```
49+
50+
For more detailed info click [here](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x).
3851

3952
### macOS
4053

0 commit comments

Comments
 (0)