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:
@@ -11,6 +11,10 @@ OpenMesh 2.0.1 ( Rev 376 ):
|
||||
|
||||
* Build System
|
||||
- Updated debian dir (thanks to Jean Pierre Charalambos)
|
||||
- Removed glew depedency
|
||||
- Only one fixbundle on mac and windows
|
||||
- Run fixbundle only in standalone mode
|
||||
- Change debian control to reduce dependencies (glew,some qt libs)
|
||||
|
||||
* Documentation
|
||||
- Fixed error in image about edge collapses
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
<b>Build System</b>
|
||||
<ul>
|
||||
<li>Updated debian dir (thanks to Jean Pierre Charalambos)</li>
|
||||
<li>Removed glew depedency</li>
|
||||
<li>Only one fixbundle on mac and windows</li>
|
||||
<li>Run fixbundle only in standalone mode</li>
|
||||
<li>Change debian control to reduce dependencies (glew,some qt libs)</li>
|
||||
</ul>
|
||||
|
||||
<b>Documentation</b>
|
||||
|
||||
@@ -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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user