Fixed windings on map.
[poopmup2.git] / README
blob262cd80c6110d02867ec39e81d9742f7ce53e60c
1 PoopmUp 2.0                                                31 Mar 2008
2 ===========
4 I futzed with the original PoopmUp code until it worked on Windows just like it
5 worked on Linux, which was rather poorly.  I reached the point where I could no
6 longer make useful tweaks because the codebase contained such a convoluted mess
7 of global variables and code defined in header files that I figured it was time
8 to start over with a complete rewrite of the code base.  Much of the original
9 code can be salvaged but wil be modified to fit a consistent coding standard
10 (why not?) but certainly credit will be maintained where credit is due (and can
11 be identified).
13 To build PoopmUp the following packages need to be installed.
15   libSDL
16         libSDL_image
17         OpenGL
18         OpenGL utilities
20 On a Debian system (Xandros 4.5 OC) I installed the following packages
22   g++
23         autoconf
24         automake
25         libsdl1.2-dev
26         libsdl-image1.2-dev
27         mesa-common-dev
28         libglu1-mesa-dev
30 These will eventually be added to the debian/control and rpm/spec files for
31 niceness.
33 Setup on WINdows is a little rougher:  download the appropriate packages from
34 wherever (libsdl.org for SDL, microsoft.com for OpenGL).  Put the relevant
35 libraries into the windows subfolder and set up your MSVS paths appropriately.