標籤:cocos2d-x 2.2.3 + visual studio 2013 + python2.7.5開發環境搭建
Cocos2d-x 環境搭建
2014年4月14日 Cocos2d-x開發環境搭建
Cocos2d-x 3.0 已經出來咯,本篇部落格還是在Cocos2d-x 2.2.3下的,其他版本環境的配置的異同童鞋們自己查詢其他資料吧。
想搭建好Cocos2d-x的開發環境,需要準備以下工具和材料:
1.Cocos2d-x 2.2.3引擎
2.Visual studio 2013 微軟提供的IDE
3.python2.7.5
具體的和下載方式我這裡就不說,自己百度,我相信童鞋們有這個能力。
環境搭建步驟:
一.解壓縮Cocos2d-x 2.2.3壓縮包到D:/software
解壓完成之後就會有Cocos2d-x 2.2.3的檔案夾,開啟檔案夾就會有以下檔案:
650) this.width=650;" src="http://img.blog.csdn.net/20140414140256250" />
二、安裝Visual Studio 2013
我這裡安裝的是2013版的,至於童鞋們安裝2012也行,不管是啥版本,能用就行哈。
安裝這個開發工具需要比較長的時間,可以去喝喝茶了。。。。
最終安裝好可以在開始按鈕的所有程式中可以看到,如:
650) this.width=650;" src="http://img.blog.csdn.net/20140414140919234" />
650) this.width=650;" src="http://img.blog.csdn.net/20140414141202312" />
三、安裝Python,配置環境變數
安裝python-2.7.5.msi,我這裡是安裝到c盤,安裝完成後會在c盤產生一個安裝目錄:
650) this.width=650;" src="http://img.blog.csdn.net/20140414141557109" />
配置環境變數:這裡是配置python路徑到path變數中去,如所示:
650) this.width=650;" src="http://img.blog.csdn.net/20140414141832937" />
650) this.width=650;" src="http://img.blog.csdn.net/20140414141847109" />
四、測試Python
在命令列敲入:python -?,就會有如下:
650) this.width=650;" src="http://img.blog.csdn.net/20140414142107453" />
五、進入D:\software\cocos2d-x-2.2.3目錄下,雙擊開啟開啟cocos2d-win32.vc2012.sln檔案,產生解決方案之後就會有如下:
650) this.width=650;" src="http://img.blog.csdn.net/20140414142744421" />
右鍵設定HelloCpp為啟動項目,並運行:
香餑餑的HelloWorld就出現了
650) this.width=650;" src="http://img.blog.csdn.net/20140414143243546" />
http://blog.csdn.net/wwj_748/article/details/23672799
Cocos2d-x 2.2.3 + Visual studio 2013 + python2.7.5開發環境搭建