From c258b3edfa52f6b0e530c403c55ede61d3915759 Mon Sep 17 00:00:00 2001 From: erqan Date: Sun, 19 Jul 2015 04:45:56 +0300 Subject: [PATCH] typo... --- doc/build-ios-on-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build-ios-on-linux.md b/doc/build-ios-on-linux.md index b96f25db..54525b3e 100644 --- a/doc/build-ios-on-linux.md +++ b/doc/build-ios-on-linux.md @@ -18,7 +18,7 @@ You can get them from [iOS toolchain based on clang for linux](https://code.goog You need to install [openssl](http://cydia.saurik.com/package/openssl/) ([view in cydia...](cydia://package/openssl)) to your device and copy headers and libraries to your SDK as well. -*REQUIRMENTS (leveldb, berkeley db and boost) WILL BE DOWNLOADED AND BUILDED BY `runme-ios-onlinux.sh` * +REQUIRMENTS (leveldb, berkeley db and boost) WILL BE DOWNLOADED AND BUILDED BY `runme-ios-onlinux.sh` You need also to build [leveldb](http://github.com/google/leveldb), [Berkeley DB](http://download.oracle.com/otn/berkeley-db/db-5.3.28.tar.gz) for IOS. @@ -29,7 +29,7 @@ Instructions: #### Setting required variable - You should check variables set in `runme-ios-onlinux.sh` script. +You should check variables set in `runme-ios-onlinux.sh` script. export IOS_SDK=/usr/share/iPhoneOS6.0.sdk @@ -41,7 +41,7 @@ Instructions: export CC="clang" export CXX="clang++" export PJC=2 -#### Building dependecies and `twisterd` +#### Building dependencies and `twisterd` 1. Clone the github tree to get the source code and go into the directory.