mirror of https://github.com/axmolengine/axmol.git
[ci skip]change the building commands of linux
This commit is contained in:
parent
00b477e756
commit
796c75f834
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue