# $Id$
##
##  This file is part of pyFormex 0.8.9  (Fri Nov  9 10:49:51 CET 2012)
##  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/.
##
#

Python wrapper for gl2ps
========================

This is a Python wrapper for GL2PS, an OpenGL to PostScript Printing Library
by Christophe Geuzaine. See http://www.geuz.org/gl2ps/.

The wrapper was created by Benedict Verhegghe, and any questions about it
should be addressed to Benedict.Verhegghe@ugent.be



Installation in a pyFormex SVN tree
-----------------------------------
- Go to the external/pygl2ps folder and enter the command (as root)
./pygl2ps.install all


Standalone installation
-----------------------

- download gl2ps
- unpack it
- copy the files gl2ps.i and setup.py to the created gl2ps-* directory
- go to the gl2ps-* directory and  do the following:
swig -python gl2ps.i
python setup.py build
(as root) python setup.py install




