From 0103c9284e63128b3fa8d1da779616f249012aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 5 Jun 2009 06:56:10 +0000 Subject: [PATCH] Documentation updates git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@154 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 18 +++++++++++++++--- release.howto | 10 +++++----- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Doc/misc.docu b/Doc/misc.docu index c1eb0885..412b28ca 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -69,10 +69,12 @@ Install the following external libraries / frameworks:

\section build_systems Chosing build system -OpenMesh can be built either using qmake (that already comes along +%OpenMesh can be built either using qmake (that already comes along with the qt framework) or cmake. Both systems work and will be supported. -We recommend the use of the cmake build system. -
+We recommend the use of the cmake build system. +
+
+
\section sec_compiling_unix Unix @@ -103,6 +105,11 @@ make            &nbs
Make sure to use Qt version 4 (some linux distributions
use the link \c qmake-qt4 against the executable). +
+
+
+
+ \section sec_compiling_windows Windows @@ -145,6 +152,11 @@ for GLEW and GLUT such that they match the installed ones (see comments to find
  • Choose \c Build \c solution from the build menu
  • +
    +
    +
    +
    + \section sec_compiling_macosx MacOS X Download and install required libraries as stated above. diff --git a/release.howto b/release.howto index e8a983ac..0148b239 100644 --- a/release.howto +++ b/release.howto @@ -2,14 +2,14 @@ 2. check files with release numbers: Docu/history.docu CHANGELOG + README VERSION 3. Tag the current version in the svn (checkout, remove .svn readd as tag) 4. Create HTML-Documentation in OpenMesh/Docu/ (!) -5. check for directories acgmake and OpenMeshApps -6. Create tar-ball and zip-archive +5. Create tar-ball and zip-archive > tar cvzf OpenMesh-.tar.gz OpenMesh-/ > tar cvjf OpenMesh-.tar.bz2 OpenMesh-/ > zip -9 -r OpenMesh-.zip OpenMesh-/ -7. Release Upload -8. Upload the Documentation to webserver -9. Set new links in content management system +6. Release Upload +7. Upload the Documentation to webserver +8. Set new links in content management system