Added comments for those Mac users who do not use fink
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@54 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -102,8 +102,11 @@ Type
|
|||||||
<tt>
|
<tt>
|
||||||
sudo fink install glew
|
sudo fink install glew
|
||||||
</tt>
|
</tt>
|
||||||
to install glew headers and libraries. ( Fink usually installs header files to \c /sw/include and libraries to \c /sw/lib. )
|
to install glew headers and libraries. ( Fink usually installs header files to \c /sw/include and libraries to \c /sw/lib. )<br>
|
||||||
<br>
|
<br>
|
||||||
|
( If you don't want to use fink and install the libraries manually instead -or via darwin ports-, make sure that<br>
|
||||||
|
the right paths are specified in \c OpenMesh/qmake/packages/packages.Darwin )
|
||||||
|
<br><br>
|
||||||
In order to compile and install OpenMesh, open a Terminal window and enter following commands in OpenMesh's root directory:<br><br>
|
In order to compile and install OpenMesh, open a Terminal window and enter following commands in OpenMesh's root directory:<br><br>
|
||||||
<tt>
|
<tt>
|
||||||
qmake -macx ## Generates the appropriate Makefiles<br>
|
qmake -macx ## Generates the appropriate Makefiles<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user