зеркало из https://github.com/microsoft/cocos2d-x.git
Updates README.md for linux build
This commit is contained in:
Родитель
d733556270
Коммит
7b6bdf40f8
12
README.md
12
README.md
|
@ -57,6 +57,10 @@ Then
|
|||
$ cd build
|
||||
$ cmake ..
|
||||
$ make -j4
|
||||
|
||||
Run
|
||||
|
||||
$ bin/mygame
|
||||
|
||||
### Build new project for win32 ###
|
||||
|
||||
|
@ -130,6 +134,14 @@ $ cd cocos2d-x/build
|
|||
$ ./install-deps-linux.sh
|
||||
$ cmake ..
|
||||
$ 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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче