Adding Martin Payne's changes to the web source per e-mail dated 11/30/09, 5:31 AM

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@858 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2009-12-03 13:06:07 +00:00
parent cf68c85c42
commit 439af1ae86
2 changed files with 18 additions and 13 deletions

View File

@ -20,7 +20,7 @@ generateHeader($_SERVER['PHP_SELF']);
<div class="textheader">Untar and configure the packages</div>
<p>Copy the tarball you downloaded into a temporary directory. Untar it as follows:</p>
<pre>bzcat freeglut-2.2.0.tar.bz2 | tar -vxf -</pre>
<pre>zcat freeglut-2.2.0.tar.bz2 | tar -vxf -</pre>
<div class="textheader">Change to the resulting directory:</div>
<pre>cd freeglut-2.X.X</pre>
@ -44,14 +44,6 @@ make all
make install
</pre>
<div class="textheader">(Optional) Making symlinks to replace GLUT</div>
<p>Make a symlink from libfreeglut.so.0.2.0 to libglut.so.3, libglut.so.3.7 and libglut.so.3.7.0</p>
<pre>
ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3
ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7
ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7.0
</pre>
<p>This will install the libraries, headers, and symlinks to replace GLUT.</p>
<?php generateFooter(); ?>

View File

@ -9,12 +9,25 @@ generateHeader($_SERVER['PHP_SELF']);
?>
<div class="news-item">
<div class="news-header">API is now online! [30 Decmber 2003]</div>
<div class="news-header">freeglut 2.6.0 Released [27 November 2009]</div>
<p>The long awaited 2.6.0 release has arrived! This release features:</p>
<ul>
<li>Truly full screen windows under X11 when calling <code>glutFullScreen()</code>.</li>
<li>Spaceball support on Linux.</li>
<li>Addition of the "atexit" hack, making the freeglut Windows DLL binary compatible with GLUT.</li>
<li>Addition of Visual Studio 2008 projects &amp; solutions.</li>
<li>Many other fixes.</li>
</ul>
<p>Visit the downloads section to get your hands on the latest release.</p>
</div>
<div class="news-item">
<div class="news-header">API is now online! [30 December 2003]</div>
<p>The <a href="/docs/api.php">Application Programming Interface</a> documentation is now online, in addition to being distributed with the tarball. There have been a few changes to freeglut since the last update to the API documentation, and if anyone would like to make the appropriate updates, the whole project would appreciate it. Despite that, it's nearly wholly up-to-date. Please make good use of it.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.2.0 Released [12 Decmber 2003]</div>
<div class="news-header">freeglut 2.2.0 Released [12 December 2003]</div>
<p>The freeglut Project proudly announces freeglut 2.2.0. This version contains:</p>
<ul>
<li>Mousewheel Support for Win32 &amp; X11</li>
@ -69,7 +82,7 @@ of his freeglut work.</div>
</ul>
<p>XFree86 GameMode improvements:</p>
<ul><li>force re-establishment of the original video mode by the X server even if the applicatiton exits immediately after leaving game mode</li>
<ul><li>force re-establishment of the original video mode by the X server even if the application exits immediately after leaving game mode</li>
<li>make sure that the X server has finished game mode preparations before continuing; fixes window sliding(missed mouse grab) and application exits.</li>
<li>fix support for game mode resolution equal to maximum screen resolution</li>
<li>restore original view port and Pointer position when leaving game mode</li></ul>