Author: jave27 Date: 2006-01-09 08:08:34 +0100 (Mon, 09 Jan 2006) New Revision: 2582
Modified: trunk/INSTALL.unix Log: Updated some of the linux instructions. Modified: trunk/INSTALL.unix =================================================================== --- trunk/INSTALL.unix 2006-01-07 05:16:36 UTC (rev 2581) +++ trunk/INSTALL.unix 2006-01-09 07:08:34 UTC (rev 2582) @@ -3,9 +3,9 @@ Foreword: ========= -If you run GNU/Linux on a x86 it is strongly recomment that you use +If you run GNU/Linux on a x86 it is strongly recommended that you use the static-binares provided at the Pingus Webpage http://pingus.seul.org. -Compiling Pingus is only needed if you run a non-x86 architekture or a +Compiling Pingus is only needed if you run a non-x86 architecture or a non-Linux Unix like OS (FreeBSD, GNU/Hurd or something like that). @@ -13,15 +13,14 @@ ============= To compile Pingus you need: - ClanLib 0.7.3 - http://www.clanlib.org - libxml2 - http://www.xmlsoft.org/ + ClanLib 0.8.0 - http://www.clanlib.org For full music and sound support you also need: - MikMod - http://www.mikmod.org/ - Vorbis - http://www.xiph.org/ogg/vorbis/ + MikMod - http://www.mikmod.org/ + Vorbis & Ogg - http://www.xiph.org/ogg/vorbis/ -Compile Hermes, MikMod, libxml2 and Voribs before ClanLib. To compile +Compile Vorbis, Ogg, and MikMod before ClanLib. To compile ClanLib you need to apply all the patches to it from the contrib/clanlib/ subdirectory to it, without them Pingus will have a few bugs (editor windows have a close button, which on click results @@ -29,6 +28,7 @@ scrollwheel support will be missing). Once all libraries are in place, compile Pingus with: + % ./autogen.sh % ./configure % make @@ -74,7 +74,7 @@ But note, that OpenGL support is buggy and lead to visual artifacts, OpenGL graphic cards with a texturesize of 1024x1024 or lower will -also cause throuble and be unable to display the Worldmap. +also cause trouble and be unable to display the Worldmap. # EOF # _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
