- Learning Cocos2d-x Game Development
- Siddharth Shekar
- 287字
- 2021-08-05 18:00:19
Downloading and installing Python
You can skip this section if you want to create a Cocos2d-x project on Mac as Python is preinstalled in OS X, which we will cover in install and configure Python.
Download and install Python using the following steps:
- To download Python, go to http://www.python.org/download/ and click on
Python 2.7.6 Windows x86-64 Installer
. - Once downloaded, double-click on the EXE file to start the installation. Once installed, you will see a
Python27
folder in yourC:
drive. - Next, you will have to configure Python. Right-click on Computer and select Properties, as shown in the following screenshot. This will open the System panel.
- On the System panel, click on the Advanced system settings link on the left-hand side.
- Now click on the Advanced tab and then click on Environment Variables....
- Under user variables for [user's account name], click on New.... In Variable name, type in
PATH
and in Variable value, type in the pathc:\Python27;c:\Python27\Lib\site-packages\;c:\Python27\Scripts
, as shown in the following screenshot: - Click on OK and close the System panel. To check whether Python was configured correctly, press Windows + R, type in
cmd
in the Open textbox of the Run command box, and then click on OK. This will open the command prompt window. - In the command prompt, type in
python
. This should display the version of Python installed. In this case, it is 2.7.6. Refer to the following screenshot:
If you see the preceding window, Python is configured correctly. If not, check whether you have followed the steps correctly and haven't missed anything. Also make sure that the command is typed exactly as given in step 8. Once Python is installed and configured, we can move to the next step, which is downloading Cocos2d-x.
推薦閱讀
- 深入理解Spring Cloud與實戰(zhàn)
- Learning AngularJS Animations
- 龍芯應(yīng)用開發(fā)標準教程
- Mastering Delphi Programming:A Complete Reference Guide
- INSTANT Wijmo Widgets How-to
- 硬件產(chǎn)品經(jīng)理成長手記(全彩)
- Getting Started with Qt 5
- VCD、DVD原理與維修
- 面向?qū)ο蠓治雠c設(shè)計(第3版)(修訂版)
- BeagleBone Robotic Projects
- VMware Workstation:No Experience Necessary
- 筆記本電腦維修實踐教程
- 數(shù)字媒體專業(yè)英語(第2版)
- 電腦組裝與維護即時通
- 單片機原理及應(yīng)用:基于C51+Proteus仿真