mirror of https://github.com/procxx/kepka.git
fixed build instructions
This commit is contained in:
parent
1420ff720e
commit
b31735e25c
|
@ -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 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
|
##Projects in Telegram solution
|
||||||
|
|
||||||
|
|
6
XCODE.md
6
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)
|
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
|
#####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
|
* Product > Build
|
||||||
|
|
||||||
####liblzma
|
####liblzma
|
||||||
|
@ -94,4 +94,4 @@ building (**make** command) will take really long time.
|
||||||
* Open MetaEmoji.xcodeproj and build for Debug (Release optionally)
|
* Open MetaEmoji.xcodeproj and build for Debug (Release optionally)
|
||||||
* Open MetaLang.xcodeproj and build for Debug (Release optionally)
|
* Open MetaLang.xcodeproj and build for Debug (Release optionally)
|
||||||
* Open Telegram.xcodeproj and build for Debug
|
* 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)
|
||||||
|
|
Loading…
Reference in New Issue