summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorManu <manu-silicon@users.noreply.github.com>2015-11-25 16:46:32 +0900
committerManu <manu-silicon@users.noreply.github.com>2015-11-25 16:46:32 +0900
commitcaed97c9c79c8c60e4640f505a35db09c0c4f704 (patch)
tree735a87421ddc43453ffa9533d0c86011ecf9aedc /Documentation
parent0279dbd600e14d88cfe87408f08f6adce59d2d8d (diff)
downloadcoreclr-caed97c9c79c8c60e4640f505a35db09c0c4f704.tar.gz
coreclr-caed97c9c79c8c60e4640f505a35db09c0c4f704.tar.bz2
coreclr-caed97c9c79c8c60e4640f505a35db09c0c4f704.zip
Use hkp protocol on port 80 to get mono
Minor formatting to be consistent with the rest of the document.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index 3c42482535..d228079732 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -41,7 +41,9 @@ ellismg@linux:~$ sudo apt-get update
Then install the packages you need:
-`ellismg@linux:~$ sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev`
+```
+ellismg@linux:~$ sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev
+```
You now have all the required components.
@@ -58,7 +60,7 @@ If you don't already have Mono installed on your system, use the [installation i
At a high level, you do the following:
```
-ellismg@linux:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
+ellismg@linux:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
ellismg@linux:~$ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
ellismg@linux:~$ sudo apt-get update
ellismg@linux:~$ sudo apt-get install mono-devel