dmuratshin 39bfaeb7ca ios há 9 anos atrás
..
others 39bfaeb7ca ios há 9 anos atrás
resbuild 3fc3b1b8ff Merge branch 'master' into dev há 10 anos atrás
templates 39bfaeb7ca ios há 9 anos atrás
gen_template a159ae5728 shell scripts há 10 anos atrás
gen_template.cmd bd3d116441 adding launcher for python tools há 10 anos atrás
gen_template.py 236edd1571 unifiing CMake with emscripten há 9 anos atrás
install.py de0fc0e503 PEP8 clean up for python tools há 10 anos atrás
oxygine.py de0fc0e503 PEP8 clean up for python tools há 10 anos atrás
oxyresbuild a159ae5728 shell scripts há 10 anos atrás
oxyresbuild.cmd bd3d116441 adding launcher for python tools há 10 anos atrás
oxyresbuild.py 3a9f006fa0 Modified .gitignore for .DS_Store (OSX) and improved help output for gen_template and oxyresbuild há 10 anos atrás
readme.txt d9aa98a2f5 Python3 compatible há 11 anos atrás

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/