From 0408a347414980dabe730aa00fbc73519fd04aed Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Tue, 30 May 2017 17:20:44 +0300 Subject: [PATCH] Updated Building for Ubuntu 14.04 (markdown) --- Building-for-Ubuntu-14.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Ubuntu-14.04.md b/Building-for-Ubuntu-14.04.md index 6ad0210..e9bcc0e 100644 --- a/Building-for-Ubuntu-14.04.md +++ b/Building-for-Ubuntu-14.04.md @@ -24,8 +24,8 @@ These instructions also apply for related distributions based on this Ubuntu LTS The following instructions install `cmake` to `~/cmake`: - wget https://cmake.org/files/v3.5/cmake-3.5.1-Linux-x86_64.sh - sh cmake-3.5.1-Linux-x86_64.sh --prefix=~/cmake + wget https://cmake.org/files/v3.8/cmake-3.8.1-Linux-x86_64.sh + sh cmake-3.8.1-Linux-x86_64.sh --prefix=~/cmake ### SDL2