mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Add brew install cmake ninja
This commit is contained in:
parent
bfc9e43eb4
commit
8478abe378
1 changed files with 1 additions and 8 deletions
|
@ -21,7 +21,7 @@ Go to ***BuildPath*** and run
|
|||
MACOSX_DEPLOYMENT_TARGET=10.8
|
||||
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 xvid yasm pkg-config
|
||||
brew install automake cmake fdk-aac git lame libass libtool libvorbis libvpx ninja opus sdl shtool texi2html theora wget x264 xvid yasm pkg-config
|
||||
|
||||
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
|
||||
|
||||
|
@ -37,13 +37,6 @@ Go to ***BuildPath*** and run
|
|||
sudo make install
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/Kitware/CMake
|
||||
cd CMake
|
||||
./bootstrap
|
||||
make -j4
|
||||
sudo make install
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/telegramdesktop/zlib.git
|
||||
cd zlib
|
||||
CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
||||
|
|
Loading…
Add table
Reference in a new issue