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 <proeatalk@gmail.com> (github: proea)
This commit is contained in:
Evgenij Protasevich 2017-05-27 10:50:10 +03:00 committed by Christoph
parent 21df34ad55
commit bcd8c87c65

View File

@ -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