dmuratshin 54f0f254d6 - cleanup code 11 years ago
..
gen_view_code 83c6dc21b3 improved examples 11 years ago
others 54f0f254d6 - cleanup code 11 years ago
resbuild 54f0f254d6 - cleanup code 11 years ago
templates 54f0f254d6 - cleanup code 11 years ago
test 2179576805 re-uploaded 12 years ago
build_oxygine.wpr 2179576805 re-uploaded 12 years ago
build_oxygine.wpu 2179576805 re-uploaded 12 years ago
gen_template.py d9aa98a2f5 Python3 compatible 11 years ago
gen_view_code.py d9aa98a2f5 Python3 compatible 11 years ago
install.py f824e03749 updated xcode projects 11 years ago
oxygine.py d9aa98a2f5 Python3 compatible 11 years ago
oxyresbuild.py 54f0f254d6 - cleanup code 11 years ago
readme.txt d9aa98a2f5 Python3 compatible 11 years ago

readme.txt

how to use "oxyresbuild.py":
1. download and install Python3 (http://python.org/download/)
2. add to your system environment variable 'PATH' path to Python folder
3. install Pillow library for Python. run:
easy_install pillow
or
pip install pillow

4. run install.py. It would add current path of Oxygine to System global variable


***if you are already using Python2.7***
3. install Python Imaging Library from http://www.pythonware.com/products/pil/