This project is the end result of the first series of tutorials on mobilecpptutorials.com:
- Cross-Platform C++ Dev Environment Setup
- Your First Cross-Platform Djinni App: Part 1
- Your First Cross-Platform Djinni App: Part 2
- Your First Cross-Platform Djinni App: Part 3
1. Clone the repository in the directory of your choice
2. Initialize the 3rd party dependencies via git submodules:
$ git submodule init
$ git submodule update
Revert to an older version of GYP:
$ cd deps/gyp
$ git checkout -q 0bb67471bca068996e15b56738fa4824dfa19de0
3. Run the run_djinni.sh
script at the root of the repository:
$ sh run_djinni.sh
4. Run the make files before opening their respective projects:
$ make ios
$ make android