From dd068941c95b79fd672d8fbe2addc5a69d9d1fdd Mon Sep 17 00:00:00 2001 From: Maribel Date: Mon, 4 Apr 2016 14:29:25 +0100 Subject: [PATCH] Updated Building for Ubuntu 14.04 (markdown) --- Building-for-Ubuntu-14.04.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Ubuntu-14.04.md b/Building-for-Ubuntu-14.04.md index 6a36688..038d596 100644 --- a/Building-for-Ubuntu-14.04.md +++ b/Building-for-Ubuntu-14.04.md @@ -8,15 +8,15 @@ These instructions also apply for related distributions based on this Ubuntu LTS sudo apt-get update sudo apt-get install gcc-5 g++-5 -### `libstdc++` +### libstdc++ sudo apt-get install lib32stdc++6 -### `xorg-dev` +### xorg-dev sudo apt-get install xorg-dev -### `cmake` +### cmake The following instructions install `cmake` to `~\cmake`: