mirror of https://github.com/axmolengine/axmol.git
Added git clone instructions and git submodule update --init
Added git clone instructions and git submodule update --init
This commit is contained in:
parent
2b3bdbf56d
commit
0dfd272180
|
@ -21,12 +21,17 @@ cocos2d-x is:
|
||||||
Git user attention
|
Git user attention
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
1. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
|
1. clone the repo from GitHub.
|
||||||
|
$ git clone git@github.com:cocos2d/cocos2d-x.git
|
||||||
|
|
||||||
|
2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
|
||||||
|
|
||||||
$ cd cocos2d-x
|
$ cd cocos2d-x
|
||||||
$ python download-deps.py
|
$ python download-deps.py
|
||||||
|
|
||||||
2. Please execute `download-deps.py` once you synchronize with this repo. If there aren't any updates, it will not download dependencies again.
|
3. After running `download-deps.py`.
|
||||||
|
$ cd cocos2d-x
|
||||||
|
$ git submodule update --init
|
||||||
|
|
||||||
How to start a new game
|
How to start a new game
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Reference in New Issue