Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 552 Bytes

rapidjson-app

An Xcode and NDK project for the https://github.com/Tencent/rapidjson C++ library.

Setup

The rapidjson C++ library is a submodule of this project, thus after clone the repo please run the command
git submodule update --init --recursive

The submodule will update the code to version v1.1.0

Project structure

The project structure is the following:

  • rapidjson -> submodule folder containig the rapidjson C++ library
  • rapidjson.xcodeproj -> Xcode project
  • Android.mk -> NDK project