Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add more OpenSSL examples
  • Loading branch information
kost authored Jun 30, 2016
1 parent 407520f commit cb4bc5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ make havendk NDK=/opt/android-ndk-r12b

Transfer binaries and supporting files to android (adb, wireless, ...)


### OpenSSL support

```
make openssl havendk OPENSSL=1 NDK=/opt/android-ndk-r12b
```

Have fun!


Expand All @@ -26,6 +33,6 @@ Have fun!
In case you already have NDK and you already have NDK copied:

```
make NDK=/data/opt/android-ndk-r10d NDKDEST=/data/opt/ndk-arm OPENSSL=1 openssl build install strip
make NDK=/data/opt/android-ndk-r12b NDKDEST=/data/opt/ndk-arm OPENSSL=1 openssl build install strip
```

0 comments on commit cb4bc5e

Please sign in to comment.