summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildingOnAndroid.txt6
-rw-r--r--Documentation/BuildingOnIOS.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/BuildingOnAndroid.txt b/Documentation/BuildingOnAndroid.txt
index 7122aca..8a29895 100644
--- a/Documentation/BuildingOnAndroid.txt
+++ b/Documentation/BuildingOnAndroid.txt
@@ -29,15 +29,15 @@ Preparation of Build Environment
1.2 Unbound
cd 3rdParty/Unbound
bash prepare_unbound.sh
1.3 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
2. Patch 3rd-party dependencies
patch -p0 < 3rdParty/Ldns/01_andoird_compilation_fixes.diff
patch -p1 < 3rdParty/LibMiniUPnPc/01_android_compilation_fixes.diff
patch -p1 < 3rdParty/Unbound/01_android_fixes.diff
diff --git a/Documentation/BuildingOnIOS.txt b/Documentation/BuildingOnIOS.txt
index f269b9e..e310ca1 100644
--- a/Documentation/BuildingOnIOS.txt
+++ b/Documentation/BuildingOnIOS.txt
@@ -14,15 +14,15 @@ Supported Components
Preparation of Build Environment
--------------------------------
1. Fetch 3rd-party dependencies
1.1 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
Building
--------
1. Switch to iOS directory
cd BuildTools/IOS