Removed glew from docs, updated changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@387 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-03-09 13:25:27 +00:00
parent 31818555cf
commit 7bc3bd7766
3 changed files with 8 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ gcc 4.2 <br>
Install the following external libraries / frameworks if you want to use the included Applications:<br><br>
<table>
<tr><td>Qt4</td><td><a href="http://www.qtsoftware.com/downloads" target="_blank">http://www.qtsoftware.com/downloads</a></td></tr>
<tr><td>GLEW</td><td><a href="http://glew.sourceforge.net/" target="_blank">http://glew.sourceforge.net/</a></td></tr>
</table><br>
\section build_systems Chosing build system
@@ -112,7 +111,6 @@ There are some additional targets:<br>
If you want to use cmake to build your Visual Studio 2008 solution file,<br>
download and install CMake from <a href="http://www.cmake.org/cmake/resources/software.html">www.cmake.org</a>.<br>
(Note: This is not mandatory since there are already VS2008 solution files included in %OpenMesh).<br><br>
Install the OpenGL Extension Wrangler Library (GLEW) from <a href="http://glew.sourceforge.net" target="_blank">http://glew.sourceforge.net</a>.
<br>
<br>
<ul>
@@ -139,8 +137,6 @@ In Visual Studio 2008 choose "Release" in the appropriate select box and build t
\section sec_compiling_macosx MacOS X
Download and install required libraries as stated above.
Because some of the examples depend on the GLEW library, it's recommended to install glew via MacPorts portage system <a href="http://www.macports.org/" target="_blank">MacPorts</a>.<br>
If you have not installed it yet, follow the instructions given on their site. Type <tt>sudo port -v install glew</tt> to install glew headers and libraries.<br/><br/>
You can download %OpenMesh's sources from <tt>www.openmesh.org</tt> or check out the latest repository via SVN:<br/>
<tt>svn co http://www.openmesh.org/svnrepo/OpenMesh/trunk %OpenMesh</tt>.<br/><br/>