#
##
##  This file is part of pyFormex 0.9.0  (Mon Mar 25 13:52:29 CET 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-2012 (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. Pacakges are available for many Linux distributions.
On Debian and like systems (Ubuntu) you just need to install 
 - libgts-dev
 - libglib-2.0-dev

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


