mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-05 06:38:21 +00: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
@ -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…
Reference in New Issue
Block a user