Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmlu <smlu@users.noreply.github.com>2016-06-06 21:45:38 +0300
committersmlu <smlu@users.noreply.github.com>2016-06-06 21:45:38 +0300
commitc3fe2544834533ee3d89f598d4370ad2a1ec36f1 (patch)
treee33c44eb6165498ef43e1c82a144b373aba7c426 /README.md
parent1dbdcd812ae4a3ff7772e90943459efcb11b276d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7511bfb..65253c5 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ Install libs: openssl, openssl(android), zlib
if you want to use provided net/timers then install libevent and add --enable-libevent key to configure
Then,
+
export ANDROID_NDK=<Path_to_Android_NDK>
- export OPENSSL_ROOT=<Path_to_Android_OpenSSL_Root_Dir>
+ export OPENSSL_ROOT=<Path_to_Android_version_of_OpenSSL_root_dir>
./configure
make -f Makefile.android