From 8478abe378576f53fa01cc11ad7be0a7c4df7298 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Sun, 3 Mar 2019 17:46:21 +0100 Subject: [PATCH] Add brew install cmake ninja --- docs/building-xcode.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 68cabcfb0f..5629601b6b 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -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