Difference between revisions of "GiGi"

From FreeOrionWiki
Jump to: navigation, search
(links to 0.6.0 tarball / zip download)
Line 12: Line 12:
 
'''Note:''' Sometimes, the SourceForge CVS-server is under heavy load. If the commands above fail with 'EOF from server', just wait a few minutes and try again.
 
'''Note:''' Sometimes, the SourceForge CVS-server is under heavy load. If the commands above fail with 'EOF from server', just wait a few minutes and try again.
  
'''Note:''' For compilation of FreeOrion 0.3, use branch 0.6.0:
+
'''Note:''' For compilation of FreeOrion 0.3 or 0.3.1, use branch 0.6.0.  Tarball (linux) or zipfile (Windows) are available on the sourceforge GiGi [http://sourceforge.net/project/showfiles.php?group_id=84040&package_id=86627&release_id=370992 0.6.0 release download page].
  
 
''cvs -z3 -d:pserver:[email protected]:/cvsroot/gigi co -r GIGI_VERSION_0_6_0 GG''
 
''cvs -z3 -d:pserver:[email protected]:/cvsroot/gigi co -r GIGI_VERSION_0_6_0 GG''

Revision as of 01:27, 27 December 2005

The GiGi GUI library (also called GG) is used by FreeOrion to handle most of the basic UI and graphics things (windows, fonts, input, images, and such). It uses (at least in this project) SDL internally for platform-dependant things, and OpenGL for graphics.

An important link between this library and FreeOrion is that tzlaine is the head programmer of both projects.


CVS can be obtained in Linux using these commands:

cvs -d:pserver:[email protected]:/cvsroot/gigi login (if it asks for password, just hit enter)

cvs -z3 -d:pserver:[email protected]:/cvsroot/gigi co GG

Note: Sometimes, the SourceForge CVS-server is under heavy load. If the commands above fail with 'EOF from server', just wait a few minutes and try again.

Note: For compilation of FreeOrion 0.3 or 0.3.1, use branch 0.6.0. Tarball (linux) or zipfile (Windows) are available on the sourceforge GiGi 0.6.0 release download page.

cvs -z3 -d:pserver:[email protected]:/cvsroot/gigi co -r GIGI_VERSION_0_6_0 GG