Updates README.md for linux build

This commit is contained in:
James Chen 2014-01-07 16:25:37 +08:00
Родитель d733556270
Коммит 7b6bdf40f8
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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,