mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
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:
parent
21df34ad55
commit
bcd8c87c65
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue