1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Installation: Requirements</title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>
<body>
<div class="board">
<div>Installation Requirements</div><div> </div>
</div>
<div class="contents">
<h3>Hardware</h3>
To run properly, GAMGI requires a graphics environment with
non-indexed rgb colors, with at least 16 bits per pixel.
A 3-button mouse or equivalent is important to rotate,
move and scale objects interactively.
<h3>Software</h3>
GAMGI can be installed on any computer running Linux/Unix
with the standard X Window System. GAMGI requires the following
libraries: <a href="http://www.gtk.org">Gtk</a>,
<a href="http://www.mesa3d.org/">Mesa</a>,
<a href="http://www.k-3d.org/gtkglext/">GtkGLext</a>,
<a href="http://expat.sourceforge.net/">Expat</a>
and <a href="http://www.freetype.org/">Freetype</a>.
<p/>
Gtk, GtkGLext and GLU Mesa are distributed under the
<a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a> license.
GL Mesa and Expat are distributed under the
<a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
(BSD-like) license. Freetype is distributed under the
<a href="http://www.freetype.org/FTL.TXT">FTL</a> (BSD-like) and
<a href="http://www.fsf.org/licenses/gpl.html">GPL</a> licenses.
<p/>
Since release <b>0.13.2</b>, GAMGI should run fine with any version of Gtk 2.
Previous releases required Gtk 1. GAMGI should run fine with any version
of Mesa or OpenGL but versions older that Mesa 6.4.2 are not recommended,
due to light bugs. GAMGI should run fine with any version of Expat,
Freetype 2 and GtkGlext.
</div>
<div id="bottom">
<a href="../index.shtml">Home</a>
</div>
</body>
</html>
|