mirror of https://github.com/axmolengine/axmol.git
Updates README.md for linux build
This commit is contained in:
parent
d733556270
commit
7b6bdf40f8
12
README.md
12
README.md
|
@ -57,6 +57,10 @@ Then
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make -j4
|
$ make -j4
|
||||||
|
|
||||||
|
Run
|
||||||
|
|
||||||
|
$ bin/mygame
|
||||||
|
|
||||||
### Build new project for win32 ###
|
### Build new project for win32 ###
|
||||||
|
|
||||||
|
@ -130,6 +134,14 @@ $ cd cocos2d-x/build
|
||||||
$ ./install-deps-linux.sh
|
$ ./install-deps-linux.sh
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
|
```
|
||||||
|
|
||||||
|
Run Samples
|
||||||
|
|
||||||
|
```
|
||||||
|
$ bin/hellocpp/hellocpp
|
||||||
|
or
|
||||||
|
$ bin/testlua/testlua
|
||||||
```
|
```
|
||||||
|
|
||||||
You may meet building errors when building libGLFW.so. It is because libGL.so directs to an error target,
|
You may meet building errors when building libGLFW.so. It is because libGL.so directs to an error target,
|
||||||
|
|
Loading…
Reference in New Issue