So I’ve downloaded all of the programs–such as Python, Android NDK, the SDK, the Java development kit, and ApacheAnt.
I’m at the step now where on the command prompt I have to run the setup.py file in the Cocos2d-x folder.
I press enter after typing this command:
D:>D:\cocos2d-x-2.2.6\external\emscripten\third_party\CppHeaderParser\setup.py
Afterwards I get this::
D:>D:\cocos2d-x-2.2.6\external\emscripten\third_party\CppHeaderParser\setup.py
Traceback :
File “D:cocos2d-x-2.2.6\external\emscripten\third_party\CppHeaderParser\setup.py”, line 35, in
long_description = open<‘README.txt’>.read<>,
IOError: [Errno 2] No such file or directory: ‘README.txt’
This is my first time programming ever, so I appreciate the help getting my Cocos2d-x program set up and running on my Windows 8 computer before I start learning the mechanics and tools of Cocos2d-x.
Appreciate the help,
Eduardo R.