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-29 02:57:27 +0300
committerThomas Stringer <tr.stringer@outlook.com>2016-04-29 02:57:27 +0300
commit4dc881c9d7d06cc78cadded7e5af30120d2e0f5b (patch)
treed2ae2b9b697cd6dfee55d674d8d37b007c83217f /Documentation/building
parentf1231d8ddf10619c9564eb59174f02eb1da5f4a3 (diff)
Change prereq from clang 3.6 to 3.5 to prevent need to create symlinks
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/unix-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/unix-instructions.md b/Documentation/building/unix-instructions.md
index 519433ffaa..e8380e5889 100644
--- a/Documentation/building/unix-instructions.md
+++ b/Documentation/building/unix-instructions.md
@@ -41,7 +41,7 @@ cmakeargs # user-settable additional arguments passed to CMake
* curl-dev `sudo apt-get install libcurl4-openssl-dev`
* icu `sudo apt-get install libicu52`
* cmake `sudo apt-get install cmake`
-* clang `sudo apt-get install clang-3.6`
+* clang `sudo apt-get install clang-3.5`
* libunwind `sudo apt-get install libunwind8`
> Note: These instructions have been validated on:
@@ -64,7 +64,7 @@ mozroots --import --sync
*Note: verified on Ubuntu 14.04 LTS*
1. Install the prerequisites
- * `sudo apt-get install git libcurl4-openssl-dev libicu52 cmake clang-3.6 libunwind8 && sudo ln -s /usr/bin/clang-3.6 /usr/bin/clang && sudo ln -s /usr/bin/clang++-3.6 /usr/bin/clang++`
+ * `sudo apt-get install git libcurl4-openssl-dev libicu52 cmake clang-3.5 libunwind8`
2. Clone the corefx repo `git clone https://github.com/dotnet/corefx.git`
3. Navigate to the `corefx` directory
4. Run the build script `./build.sh` \ No newline at end of file