[ci skip]change the building commands of linux

This commit is contained in:
minggo 2013-11-11 15:56:15 +08:00
parent 00b477e756
commit 796c75f834
1 changed files with 4 additions and 3 deletions

View File

@ -97,11 +97,12 @@ $ open samples.xcodeproj
* For Linux * For Linux
``` ```
$ cd cocos2d-x $ cd cocos2d-x/build
$ cmake CMakeLists.txt $ ./make-all-linux-project.sh
$ make
``` ```
You may meet building errors when building libGLFW.so. It is because libGL.so directs to an error target, you should make it to direct to a correct one.
* For Windows * For Windows
Open the `cocos2d-x/build/cocos2d-win32.vc2012.sln` Open the `cocos2d-x/build/cocos2d-win32.vc2012.sln`