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`: