Poco's TCP and HTTP network module, extracted for embedded device(Android, iOS, Window Phone) usage.
First, Obtain premake5 toolchain
- Simply run
msvc2013.bat
to generate Visual C++ 2013 solution files.
- Type
premake5 gmake && make config=release
in your terminal window.
- Set environment variable
ANDROID_NDK
as root directory of your NDK path. - Simply run
build-android.bat
.
- Open XCode project in directory 'xcode'