# ## ## This file is part of pyFormex 0.9.1 (Tue Oct 15 21:05:25 CEST 2013) ## pyFormex is a tool for generating, manipulating and transforming 3D ## geometrical models by sequences of mathematical operations. ## Home page: http://pyformex.org ## Project page: http://savannah.nongnu.org/projects/pyformex/ ## Copyright 2004-2013 (C) Benedict Verhegghe (benedict.verhegghe@ugent.be) ## Distributed under the GNU General Public License version 3 or later. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program. If not, see http://www.gnu.org/licenses/. ## # Installation procedure for GTS utilities ======================================== The 'TriSurface' objects in pyFormex can make use of some powerful features of the GTS (GNU Triangulated Surfaces) library. To interface with this library you need to compile and install the programs in this directory. You need to have the GTS and glib libraries installed, including the development files, and the pkg-config program. Packages for these are available for most Linux distributions. On Debian and like systems (Ubuntu) you just need to: apt-get install libgts-dev libglib2.0-dev pkg-config Then compile and install the programs with: make make install The default install is under '/usr/local/' and requires root privileges. Afterwards, you can clean up with: make clean Or do it all at once with make all