Outils pour utilisateurs

Outils du site


lib:qhull

Compilation sous windows

Ne pas utiliser les fichiers Visual Studio fournis.

Télécharger https://github.com/qhull/qhull et prendre la dernière version (7.3.0) via git checkout.
Lancer CMake-gui
Where is my source code: ...\Sources\qhull
Where to build binaries: ...\Sources\qhull\build.debug
Configure :
Visual Studio 14 2015
X64
Personnaliser le dossier d’installation en .debug
Ouvrir le projet
Compiler en Debug en x64
Faire un INSTALL de Debug en mode administrateur
Copier le dossier INSTALL\include\libqhull dans INSTALL\include\qhull
Copier le fichier INSTALL\include\qhull\libqhull.h dans INSTALL\include\qhull\qhull.h
Tout recommencer en remplaçant Debug par Release.

Convention de nommage des dll

libqhull6.so is now libqhull_p.so.  Do not use libqhull.so.
qhull6.dll is now qhull_p.dll.  Do not use qhull.dll.
If you call Qhull from your program, you should use reentrant Qhull (libqhull_r) instead of qh_QHpointer (libqhull).

Changes.txt Archive du 12/02/2019

lib/qhull.txt · Dernière modification : 2019/09/20 12:53 de root