From ad942261f9669f962d8fbd6cd9cebd5035935a3f Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 6 Nov 2013 21:39:42 -0500 Subject: [PATCH] Updated description. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb0e2c5..c655a7b 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,20 @@ You may start playing any time by running `punyverse.exe`, or `punyverse_debug.e If your graphics card doesn't support the massive texture sizes this module comes with, you can shrink them. -You can run `small_images.exe` (or `small_images.py`, which requires either `PIL` or `pgmagick`) to generate -smaller versions of shipped textures. +You can run `small_images.exe` (or `small_images.py`, if you have python) to generate smaller versions of +shipped textures, which requires either `PIL` or `pgmagick` to process the images. -###Advanced Install +### Advanced Install -You need a C compiler to compile `_model.c` and `_glgeom.c`, both requiring OpenGL headers and libraries. +If you wish to use your own python installation, to run `punyverse`, you can clone the code. +Here are the things you need: -You will also need to install `pyglet`. +* Python 2.7, I have no Python 2.6 install to test this. +* a C compiler to compile `_model.c` and `_glgeom.c` + * requires OpenGL headers and libraries. + * not really necessary, but it runs way faster with these. +* install `pyglet` -You can now run the `punyverse` module using `python -mpunyverse`. +After getting the dependencies done, you can now run the `punyverse` module using `python -mpunyverse`. See above if you run into texture issues.