From d18dfb7fb06e495f2902b88c642eea587fb93bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 1 Mar 2010 16:16:21 +0000 Subject: [PATCH] Remove qmake from the build documentation git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@277 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 49 +------------------------------------------------ 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/Doc/misc.docu b/Doc/misc.docu index 8db037e0..6c4257b0 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -70,9 +70,7 @@ Install the following external libraries / frameworks if you want to use the inc \section build_systems Chosing build system -%OpenMesh can be built either using cmake or qmake (that already comes along -with the qt framework) . We strongly recommend use of the cmake build system. -
+%OpenMesh can be built using the cmake build system.

@@ -108,21 +106,6 @@ There are some additional targets:


-\subsection linux_using_qmake Compiling OpenMesh using QMake - -In order to compile OpenMesh, enter following commands in OpenMesh's root directory:

- -qmake             ## Generates the appropriate Makefiles
-make              ## Builds the project (use 'make debug' to build debug version)
-

-Make sure to use Qt version 4 (some linux distributions
-use the link \c qmake-qt4 against the executable). -
-
-
-
- - \section sec_compiling_windows Windows \subsection windows_using_cmake Compiling OpenMesh using CMake @@ -146,26 +129,6 @@ Install the OpenGL Extension Wrangler Library (GLEW) from Trolltech.
-(Note: This is not mandatory since there are already VS2008 solution files included in OpenMesh).

-Install the OpenGL Extension Wrangler Library (GLEW) from http://glew.sourceforge.net. -
-
-Open \c OpenMesh\qmake\packages\packages.Windows in a text editor and change the include and library paths
-for GLEW and GLUT such that they match the installed ones (see comments to find the right path entries). - - -
-


@@ -196,16 +159,6 @@ It automatically contains all needed shared objects (libs, fonts, textures, etc. CMake builds both shared and static under MacOS X. -\subsection mac_using_qmake Compiling OpenMesh using QMake - -Adapt the header paths of at least GLEW (optional freetype, FTGL,...) in file OpenMesh/qmake/packages/packages.Darwin. -

-In order to compile and install OpenMesh, open a Terminal window and enter following commands in OpenMesh's root directory:

- -qmake -spec macx-g++       ## Generates the appropriate Makefiles
-make                       ## Builds the project (use 'make debug' to build debug version)
-
- **/ -- 2.22.0