2016-10-17 14:57:14 +00:00
|
|
|
|
##Build instructions for Xcode 8.0
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
###Prepare folder
|
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
Choose a folder for the future build, for example **/Users/user/TBuild**
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
There you will have two folders, **Libraries** for third-party libs and **tdesktop** (or **tdesktop-master**) for the app.
|
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
**You will need this hierarchy to be able to follow this README !**
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
###Clone source code
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
By git – in Terminal go to **/Users/user/TBuild** and run:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-01-10 13:07:26 +00:00
|
|
|
|
git clone https://github.com/telegramdesktop/tdesktop.git
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
###Prepare libraries
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
In your build Terminal run:
|
2015-01-10 13:07:26 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
MACOSX_DEPLOYMENT_TARGET=10.8
|
2015-01-10 13:07:26 +00:00
|
|
|
|
|
2015-10-19 21:24:39 +00:00
|
|
|
|
to set minimal supported OS version to 10.8 for future console builds.
|
2015-01-10 13:07:26 +00:00
|
|
|
|
|
2016-02-02 12:50:12 +00:00
|
|
|
|
####zlib 1.2.8
|
|
|
|
|
|
|
|
|
|
http://www.zlib.net/ > Download [**zlib source code, version 1.2.8, zipfile format**](http://zlib.net/zlib128.zip)
|
|
|
|
|
|
|
|
|
|
Extract to **/Users/user/TBuild/Libraries**
|
|
|
|
|
|
|
|
|
|
#####Building library
|
|
|
|
|
|
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/zlib-1.2.8** and run:
|
|
|
|
|
|
|
|
|
|
CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2014-06-25 20:15:34 +00:00
|
|
|
|
####OpenSSL 1.0.1g
|
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
#####Get openssl-xcode project file
|
2015-12-05 19:07:40 +00:00
|
|
|
|
|
|
|
|
|
From https://github.com/telegramdesktop/openssl-xcode with git in Terminal:
|
|
|
|
|
|
|
|
|
|
* go to **/Users/user/TBuild/Libraries
|
|
|
|
|
* run:
|
2016-02-08 12:32:17 +00:00
|
|
|
|
|
2016-02-02 12:50:12 +00:00
|
|
|
|
git clone https://github.com/telegramdesktop/openssl-xcode.git
|
2015-12-05 19:07:40 +00:00
|
|
|
|
|
|
|
|
|
The path to openssl.xcodeproj should now be: **/Users/user/TBuild/Libraries/openssl-xcode/openssl.xcodeproj**
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Get the source code:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
Download [**openssl-1.0.1h.tar.gz**](http://www.openssl.org/source/openssl-1.0.1h.tar.gz) (4.3 Mb)
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
* Extract openssl-1.0.1h.tar.gz
|
|
|
|
|
* Copy everything from **openssl-1.0.1h** to **/Users/user/TBuild/Libraries/openssl-xcode**
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
The folder include of openssl should be:
|
|
|
|
|
**/Users/user/TBuild/Libraries/openssl-xcode/include**
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
#####Building library
|
|
|
|
|
|
2014-06-26 05:39:54 +00:00
|
|
|
|
* Open **/Users/user/TBuild/Libraries/openssl-xcode/openssl.xcodeproj** with Xcode
|
2014-06-25 20:15:34 +00:00
|
|
|
|
* Product > Build
|
|
|
|
|
|
|
|
|
|
####liblzma
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Get the source code
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
Download [**xz-5.0.5.tar.gz**](http://tukaani.org/xz/xz-5.0.5.tar.gz)
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
Extract to **/Users/user/TBuild/Libraries**
|
|
|
|
|
|
|
|
|
|
#####Building library
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/xz-5.0.5** and there run:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
|
|
|
|
####libexif 0.6.20
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Get the source code
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
From https://github.com/telegramdesktop/libexif-0.6.20 with git in Terminal:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
* go to **/Users/user/TBuild/Libraries**
|
|
|
|
|
* run:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
git clone https://github.com/telegramdesktop/libexif-0.6.20.git
|
|
|
|
|
|
|
|
|
|
The folder configure should have this path:
|
|
|
|
|
**/Users/user/TBuild/Libraries/libexif-0.6.20/configure**
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
#####Building library
|
|
|
|
|
|
2014-07-13 17:44:42 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/libexif-0.6.20** and there run
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2014-09-04 12:23:28 +00:00
|
|
|
|
####OpenAL Soft
|
|
|
|
|
|
|
|
|
|
Get sources by git – in Terminal go to **/Users/user/TBuild/Libraries** and run
|
|
|
|
|
|
|
|
|
|
git clone git://repo.or.cz/openal-soft.git
|
|
|
|
|
|
|
|
|
|
to have **/Users/user/TBuild/Libraries/openal-soft/CMakeLists.txt**
|
|
|
|
|
|
|
|
|
|
#####Building library
|
|
|
|
|
|
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/openal-soft/build** and there run
|
|
|
|
|
|
2015-10-27 02:42:26 +00:00
|
|
|
|
cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
|
2014-09-04 12:23:28 +00:00
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2015-06-01 12:44:10 +00:00
|
|
|
|
####Opus codec
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Get the source code
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
* Download sources [opus-1.1.tar.gz](http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz) from http://www.opus-codec.org/downloads/
|
|
|
|
|
* Extract them to **/Users/user/TBuild/Libraries**
|
2015-12-05 19:07:40 +00:00
|
|
|
|
* Rename opus-1.1 to opus to have **/Users/user/TBuild/Libraries/opus/configure**
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Building library
|
2015-06-01 12:44:10 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
* Download [pkg-config 0.28](http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz) from http://pkg-config.freedesktop.org
|
|
|
|
|
* Extract it to **/Users/user/TBuild/Libraries**
|
2015-06-01 12:44:10 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/pkg-config-0.28** and run:
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-06-01 12:44:10 +00:00
|
|
|
|
./configure --with-internal-glib
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
then go to **/Users/user/TBuild/Libraries/opus** and run:
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
####FFmpeg and Libiconv
|
|
|
|
|
#####Get the source code
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-12-24 20:29:33 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
|
|
|
|
cd ffmpeg
|
2016-08-09 16:56:37 +00:00
|
|
|
|
git checkout release/3.1
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
* Download [libiconv-1.14](http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz) from http://www.gnu.org/software/libiconv/#downloading
|
2015-12-09 15:49:35 +00:00
|
|
|
|
* Extract to **/Users/user/TBuild/Libraries** to have **/Users/user/TBuild/Libraries/ibiconv-1.14**
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Building library
|
2015-12-24 20:29:33 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries/libiconv-1.14** and run:
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2016-04-09 11:18:43 +00:00
|
|
|
|
CFLAGS="-mmacosx-version-min=10.8" CPPFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure --enable-static
|
2014-09-04 12:23:28 +00:00
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2015-12-24 20:29:33 +00:00
|
|
|
|
Then in Terminal go to **/Users/user/TBuild/Libraries/ffmpeg** and run:
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-06-01 12:44:10 +00:00
|
|
|
|
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
2015-06-01 12:44:10 +00:00
|
|
|
|
brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 xvid yasm
|
|
|
|
|
|
|
|
|
|
CFLAGS=`freetype-config --cflags`
|
|
|
|
|
LDFLAGS=`freetype-config --libs`
|
|
|
|
|
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
|
|
|
|
|
2016-07-22 15:01:24 +00:00
|
|
|
|
./configure --prefix=/usr/local --disable-programs --disable-doc --disable-everything --enable-protocol=file --enable-libopus --enable-decoder=aac --enable-decoder=aac_latm --enable-decoder=aasc --enable-decoder=flac --enable-decoder=gif --enable-decoder=h264 --enable-decoder=h264_vda --enable-decoder=mp1 --enable-decoder=mp1float --enable-decoder=mp2 --enable-decoder=mp2float --enable-decoder=mp3 --enable-decoder=mp3adu --enable-decoder=mp3adufloat --enable-decoder=mp3float --enable-decoder=mp3on4 --enable-decoder=mp3on4float --enable-decoder=mpeg4 --enable-decoder=msmpeg4v2 --enable-decoder=msmpeg4v3 --enable-decoder=opus --enable-decoder=vorbis --enable-decoder=wavpack --enable-decoder=wmalossless --enable-decoder=wmapro --enable-decoder=wmav1 --enable-decoder=wmav2 --enable-decoder=wmavoice --enable-encoder=libopus --enable-hwaccel=mpeg4_videotoolbox --enable-hwaccel=h264_vda --enable-hwaccel=h264_videotoolbox --enable-parser=aac --enable-parser=aac_latm --enable-parser=flac --enable-parser=h264 --enable-parser=mpeg4video --enable-parser=mpegaudio --enable-parser=opus --enable-parser=vorbis --enable-demuxer=aac --enable-demuxer=flac --enable-demuxer=gif --enable-demuxer=h264 --enable-demuxer=mov --enable-demuxer=mp3 --enable-demuxer=ogg --enable-demuxer=wav --enable-muxer=ogg --enable-muxer=opus --extra-cflags="-mmacosx-version-min=10.8" --extra-cxxflags="-mmacosx-version-min=10.8" --extra-ldflags="-mmacosx-version-min=10.8"
|
2014-09-04 12:23:28 +00:00
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
sudo make install
|
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
####Qt 5.6.2, slightly patched
|
2015-12-05 19:07:40 +00:00
|
|
|
|
#####Get the source code
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
git clone git://code.qt.io/qt/qt5.git qt5_6_2
|
|
|
|
|
cd qt5_6_2
|
2016-04-23 11:40:42 +00:00
|
|
|
|
git checkout 5.6
|
2015-10-19 21:24:39 +00:00
|
|
|
|
perl init-repository --module-subset=qtbase,qtimageformats
|
2016-10-17 21:33:24 +00:00
|
|
|
|
git checkout v5.6.2
|
|
|
|
|
cd qtimageformats && git checkout v5.6.2 && cd ..
|
|
|
|
|
cd qtbase && git checkout v5.6.2 && cd ..
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-10-19 21:24:39 +00:00
|
|
|
|
#####Apply the patch
|
2016-02-08 12:32:17 +00:00
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
From **/Users/user/TBuild/Libraries/qt5_6_2/qtbase**, run:
|
2015-02-11 23:37:30 +00:00
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
git apply ../../../tdesktop/Telegram/Patches/qtbase_5_6_2.diff
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
|
|
|
|
#####Building library
|
2016-02-08 12:32:17 +00:00
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
Go to **/Users/user/TBuild/Libraries/qt5_6_2** and run:
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2016-10-17 21:33:24 +00:00
|
|
|
|
./configure -prefix "/usr/local/tdesktop/Qt-5.6.2" -debug-and-release -force-debug-info -opensource -confirm-license -static -opengl desktop -no-openssl -securetransport -nomake examples -nomake tests -platform macx-clang
|
2015-10-19 21:24:39 +00:00
|
|
|
|
make -j4
|
2016-04-23 11:40:42 +00:00
|
|
|
|
sudo make install
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2015-12-05 19:07:40 +00:00
|
|
|
|
Building (**make** command) will take a really long time.
|
2014-06-25 20:15:34 +00:00
|
|
|
|
|
2016-02-08 12:32:17 +00:00
|
|
|
|
####Google Crashpad
|
|
|
|
|
|
|
|
|
|
#####Install gyp
|
|
|
|
|
|
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
|
|
|
|
|
|
|
|
|
git clone https://chromium.googlesource.com/external/gyp
|
|
|
|
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
|
|
|
|
cd gyp
|
|
|
|
|
./setup.py build
|
2016-03-17 19:46:09 +00:00
|
|
|
|
sudo ./setup.py install
|
2016-02-08 12:32:17 +00:00
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
|
|
#####Build crashpad
|
|
|
|
|
|
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
|
|
|
|
|
|
|
|
|
export PATH=/Users/user/TBuild/Libraries/depot_tools:$PATH:/Users/user/TBuild/Libraries/gyp
|
|
|
|
|
mkdir crashpad
|
|
|
|
|
cd crashpad
|
|
|
|
|
fetch crashpad
|
|
|
|
|
cd crashpad/third_party/mini_chromium/mini_chromium
|
2016-04-23 11:50:28 +00:00
|
|
|
|
git apply ../../../../../../tdesktop/Telegram/Patches/mini_chromium.diff
|
2016-02-08 12:32:17 +00:00
|
|
|
|
cd ../../../
|
|
|
|
|
build/gyp_crashpad.py -Dmac_deployment_target=10.8
|
|
|
|
|
ninja -C out/Release
|
|
|
|
|
|
2016-09-12 11:45:41 +00:00
|
|
|
|
####Prepare GYP
|
|
|
|
|
|
|
|
|
|
In Terminal go to **/Users/user/TBuild/Libraries** and run
|
|
|
|
|
|
|
|
|
|
cd gyp
|
|
|
|
|
git apply ../../tdesktop/Telegram/Patches/gyp.diff
|
|
|
|
|
|
2014-06-25 20:15:34 +00:00
|
|
|
|
###Building Telegram Desktop
|
|
|
|
|
|
2016-09-12 11:45:41 +00:00
|
|
|
|
In Terminal go to **/home/user/TBuild/tdesktop/Telegram** and run
|
|
|
|
|
|
|
|
|
|
gyp/refresh.sh
|
|
|
|
|
|
|
|
|
|
Then launch Xcode, open **/Users/user/TBuild/tdesktop/Telegram.xcodeproj** and build for Debug / Release.
|