From b31735e25c0c05c83d25f9b8e37519c994cd1c13 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 26 Jun 2014 09:39:54 +0400 Subject: [PATCH] fixed build instructions --- README.md | 2 +- XCODE.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b7fdf084..b1422e9e0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Only Windows and OS X systems are supported at this moment, Linux builds are on ###[Build instructions for Visual Studio 2013](https://github.com/telegramdesktop/tdesktop/blob/master/MSVC.md) -###[Build instructions for XCode 5.1.1](https://github.com/telegramdesktop/tdesktop/blob/master/MSVC.md) +###[Build instructions for XCode 5.1.1](https://github.com/telegramdesktop/tdesktop/blob/master/XCODE.md) ##Projects in Telegram solution diff --git a/XCODE.md b/XCODE.md index 121a47109..8d4865014 100644 --- a/XCODE.md +++ b/XCODE.md @@ -24,11 +24,11 @@ or download in ZIP and extract to **/Users/user/TBuild/Libraries**, rename **ope http://www.openssl.org/source/ > Download [**openssl-1.0.1h.tar.gz**](http://www.openssl.org/source/openssl-1.0.1h.tar.gz) (4.3 Mb) -Extract openssl-1.0.1h.tar.gz and copy everything from **openssl-1.0.1h** to **/Users/user/TBuild/Libraries/openssl-xcode** to have “/Users/user/TBuild/Libraries/openssl-xcode/include” +Extract openssl-1.0.1h.tar.gz and copy everything from **openssl-1.0.1h** to **/Users/user/TBuild/Libraries/openssl-xcode** to have **/Users/user/TBuild/Libraries/openssl-xcode/include** #####Building library -* Open **/Users/user/TBuild/Libraries/openssl-xcode/openssl.xcodeproj* with Xcode +* Open **/Users/user/TBuild/Libraries/openssl-xcode/openssl.xcodeproj** with Xcode * Product > Build ####liblzma @@ -94,4 +94,4 @@ building (**make** command) will take really long time. * Open MetaEmoji.xcodeproj and build for Debug (Release optionally) * Open MetaLang.xcodeproj and build for Debug (Release optionally) * Open Telegram.xcodeproj and build for Debug -* Release Telegram build will require removing of **CUSTOM_API_ID** definition in Telegram target settings (Apple LLVM 5.1 - Custom Compiler Flags > Other C / C++ Flags > Release) +* Release Telegram build will require removing **CUSTOM_API_ID** definition in Telegram target settings (Apple LLVM 5.1 - Custom Compiler Flags > Other C / C++ Flags > Release)