Skip to content

Commit b6fb2d4

Browse files
author
Maryam Ariyan
committed
Correcting docs for building in linux
Related to: dotnet#57
1 parent 2603a96 commit b6fb2d4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Documentation/building/unix-instructions.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,18 @@ For more information about the different options when building, run `build.sh -?
1414
## Minimum Hardware Requirements
1515
- 2GB RAM
1616

17-
## Prerequisites (native build)
17+
## Prerequisites
1818

1919
### Linux
2020

21-
First, the package lists might need to be updated
22-
23-
`sudo apt-get update`
24-
2521
On Linux, the following components are needed
2622

27-
* CMake on the PATH
28-
* Clang 3.5+ (same requirements as coreclr/corefx)
29-
* All the requirements necessary to run .NET Core 2.0 applications
30-
* libunwind
23+
* git
24+
* clang-3.9
25+
* cmake
26+
* libunwind8
3127
* curl
28+
* All the requirements necessary to run .NET Core 2.0 applications
3229

3330
### macOS
3431

0 commit comments

Comments
 (0)