Skip to content

stephenwspann/djinni-hello-world

Repository files navigation

djinni-hello-world

This project is the end result of the first series of tutorials on mobilecpptutorials.com:

Installation

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