2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Update build docs for VS 2017.

Closes #3117. Closes #3729.
This commit is contained in:
John Preston
2017-09-06 12:12:27 +03:00
parent 7ae1ef0a1a
commit b8d1b8d6c1
8 changed files with 171 additions and 33499 deletions

View File

@@ -22,16 +22,12 @@ In your build Terminal run:
to set minimal supported OS version to 10.8 for future console builds.
#### zlib 1.2.8
#### zlib
http://www.zlib.net/ > Download [**zlib source code, version 1.2.8**](http://www.zlib.net/fossils/zlib-1.2.8.tar.gz)
Extract to **/Users/user/TBuild/Libraries**
##### Building library
In Terminal go to **/Users/user/TBuild/Libraries/zlib-1.2.8** and run:
In Terminal go to **/Users/user/TBuild/Libraries/zlib** and run:
git clone https://github.com/telegramdesktop/zlib.git
cd zlib
CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
make
sudo make install