|
|
@@ -1,13 +1,11 @@
|
|
|
how to use "oxyresbuild.py":
|
|
|
-1. download and install Python3 (http://python.org/download/)
|
|
|
+1. download and install Python2 or 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
|
|
|
+ easy_install pillow
|
|
|
or
|
|
|
- pip install pillow
|
|
|
+ pip install pillow
|
|
|
+ *or (Python2) install Python Imaging Library from http://www.pythonware.com/products/pil/
|
|
|
|
|
|
-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/
|
|
|
+4. run install.py. It would add current path of Oxygine to System global variable
|