Skip to content

This repository is based on Ice for Javascript, add support for android ndk envirment

License

Notifications You must be signed in to change notification settings

martin-ly/zeroc-ice-androidndk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This archive contains the Ice for Javascript source code.

For build and installation instructions, please refer to the manual:

http://doc.zeroc.com/display/Rel/Ice+for+JavaScript+0.1.0+Release+Notes

编译方法(编译环境Linux)
安装依赖
#apt-get install libmcpp-dev
#apt-get install libopenssl-dev
#apt-get install libbz2-dev

编译生成协议代码
make slice

编译Android NDK
cd jni
source ./build_native.sh
ndk-build

About

This repository is based on Ice for Javascript, add support for android ndk envirment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.6%
  • JavaScript 19.4%
  • CSS 4.2%
  • Python 3.4%
  • Makefile 1.5%
  • Bison 0.7%
  • Other 0.2%