Documentation updates
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@154 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -69,10 +69,12 @@ Install the following external libraries / frameworks:<br><br>
|
|||||||
|
|
||||||
\section build_systems Chosing build system
|
\section build_systems Chosing build system
|
||||||
|
|
||||||
OpenMesh can be built either using <b>qmake</b> (that already comes along
|
%OpenMesh can be built either using <b>qmake</b> (that already comes along
|
||||||
with the qt framework) or <b>cmake</b>. Both systems work and will be supported.
|
with the qt framework) or <b>cmake</b>. Both systems work and will be supported.
|
||||||
We recommend the use of the cmake build system.
|
We recommend the use of the <b>cmake</b> build system.
|
||||||
<br/>
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
\section sec_compiling_unix Unix
|
\section sec_compiling_unix Unix
|
||||||
|
|
||||||
@@ -103,6 +105,11 @@ make &nbs
|
|||||||
</tt><br>
|
</tt><br>
|
||||||
Make sure to use Qt version 4 (some linux distributions<br>
|
Make sure to use Qt version 4 (some linux distributions<br>
|
||||||
use the link \c qmake-qt4 against the executable).
|
use the link \c qmake-qt4 against the executable).
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
\section sec_compiling_windows Windows
|
\section sec_compiling_windows Windows
|
||||||
|
|
||||||
@@ -145,6 +152,11 @@ for GLEW and GLUT such that they match the installed ones (see comments to find
|
|||||||
<li>Choose \c Build \c solution from the build menu</li>
|
<li>Choose \c Build \c solution from the build menu</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
\section sec_compiling_macosx MacOS X
|
\section sec_compiling_macosx MacOS X
|
||||||
|
|
||||||
Download and install required libraries as stated above.
|
Download and install required libraries as stated above.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
2. check files with release numbers:
|
2. check files with release numbers:
|
||||||
Docu/history.docu
|
Docu/history.docu
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
README
|
||||||
VERSION
|
VERSION
|
||||||
3. Tag the current version in the svn (checkout, remove .svn readd as tag)
|
3. Tag the current version in the svn (checkout, remove .svn readd as tag)
|
||||||
4. Create HTML-Documentation in OpenMesh/Docu/ (!)
|
4. Create HTML-Documentation in OpenMesh/Docu/ (!)
|
||||||
5. check for directories acgmake and OpenMeshApps
|
5. Create tar-ball and zip-archive
|
||||||
6. Create tar-ball and zip-archive
|
|
||||||
> tar cvzf OpenMesh-<version>.tar.gz OpenMesh-<version>/
|
> tar cvzf OpenMesh-<version>.tar.gz OpenMesh-<version>/
|
||||||
> tar cvjf OpenMesh-<version>.tar.bz2 OpenMesh-<version>/
|
> tar cvjf OpenMesh-<version>.tar.bz2 OpenMesh-<version>/
|
||||||
> zip -9 -r OpenMesh-<version>.zip OpenMesh-<version>/
|
> zip -9 -r OpenMesh-<version>.zip OpenMesh-<version>/
|
||||||
7. Release Upload
|
6. Release Upload
|
||||||
8. Upload the Documentation to webserver
|
7. Upload the Documentation to webserver
|
||||||
9. Set new links in content management system
|
8. Set new links in content management system
|
||||||
|
|||||||
Reference in New Issue
Block a user