From bcd8c87c6558f471c7086eaa3ce714337faf85a4 Mon Sep 17 00:00:00 2001 From: Evgenij Protasevich Date: Sat, 27 May 2017 10:50:10 +0300 Subject: [PATCH] Update building-cmake.md (#3441) * Added installation command for libtool and automake: #3437 * Fixed git url for FFmpeg libva.git. The project was moved to https://github.com/01org/libva.git #3436 Signed-off-by: Evgenij Protasevich (github: proea) --- docs/building-cmake.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building-cmake.md b/docs/building-cmake.md index 14b22935d..99a388c2c 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -4,6 +4,7 @@ * Install git by command **sudo apt-get install git** in Terminal * Install g++ by command **sudo apt-get install g++** in Terminal +* Install libtool and automake by command **sudo apt-get install libtool automake** in Terminal You need to install g++ version 6 manually by such commands @@ -61,7 +62,7 @@ In Terminal go to **/home/user/TBuild/Libraries** and run In Terminal go to **/home/user/TBuild/Libraries** and run - git clone git://anongit.freedesktop.org/git/libva + git clone https://github.com/01org/libva.git cd libva ./autogen.sh --enable-static make