Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Stringer <tr.stringer@outlook.com>2016-04-27 18:53:22 +0300
committerThomas Stringer <tr.stringer@outlook.com>2016-04-27 18:53:22 +0300
commitcde5ae55f26268c45d8da5101c7c8363e072a566 (patch)
tree6479ceb8e602f8c04c6c078c153e5d2dcd586d54 /Documentation/building
parentec898af6b074202fabff2deffeab1e9529f63e90 (diff)
Fixed requirements list for ubuntu build
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/unix-instructions.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/Documentation/building/unix-instructions.md b/Documentation/building/unix-instructions.md
index 7810875b91..1e6b44b8b6 100644
--- a/Documentation/building/unix-instructions.md
+++ b/Documentation/building/unix-instructions.md
@@ -68,10 +68,8 @@ mozroots --import --sync
2. Clone the corefx repo `git clone https://github.com/dotnet/corefx.git`
3. Install curl-dev `sudo apt-get install libcurl4-openssl-dev`
4. Install icu `sudo apt-get install libicu52`
-5. Install llvm `sudo apt-get install llvm`
-6. Install lldb `sudo apt-get install lldb-3.5`
-7. Install cmake `sudo apt-get install cmake`
-8. Install clang `sudo apt-get install clang-3.6`
-9. Install libunwind `sudo apt-get install libunwind8-dev`
-10. Create a symlink for clang bins `sudo ln -s /usr/bin/clang-3.6 /usr/bin/clang && sudo ln -s /usr/bin/clang++-3.6 /usr/bin/clang++`
-11. Run the build script `./build.sh`
+5. Install cmake `sudo apt-get install cmake`
+6. Install clang `sudo apt-get install clang-3.6`
+7. Install libunwind `sudo apt-get install libunwind8`
+8. Create a symlink for clang bins `sudo ln -s /usr/bin/clang-3.6 /usr/bin/clang && sudo ln -s /usr/bin/clang++-3.6 /usr/bin/clang++`
+9. Navigate to the `corefx` directory and run the build script `./build.sh` \ No newline at end of file