~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2009-01-07 16:02:08 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090107160208-vklhtj69br5yw5bh
Tags: 2.2.6.dfsg-2
* debian/control: fixed lintian warning "debhelper-but-no-misc-depends"
* debian/watch: fixed lintian warning
  "debian-watch-file-should-mangle-version"

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
make
8
8
make install
9
9
 
10
 
This requires GSL 1.2 or higher (freely available from
11
 
http://sources.redhat.com/gsl/) and FLTK 1.1.x (configured with OpenGL
12
 
support; freely available from http://www.fltk.org). You can use the
13
 
--with-fltk-prefix and --with-gsl-prefix configure options (or define
14
 
the FLTK_PREFIX and GSL_PREFIX environment variables) if the libraries
15
 
are not installed in their default locations.
 
10
This requires GSL 1.2 or above (freely available from
 
11
http://sources.redhat.com/gsl/) and FLTK 1.1.7 or above (configured
 
12
with OpenGL support; freely available from http://www.fltk.org). You
 
13
can use the --with-fltk-prefix and --with-gsl-prefix configure options
 
14
(or define the FLTK_PREFIX and GSL_PREFIX environment variables) if
 
15
the libraries are not installed in their default locations.
16
16
 
17
17
To install a non-graphical version of Gmsh (that does not require FLTK
18
18
nor OpenGL), type
25
25
 
26
26
./configure --help
27
27
 
 
28
To build Gmsh with Microsoft Visual C++, follow the intructions in
 
29
doc/README.msvc.
 
30
 
28
31
Gmsh is distributed under the terms of the GNU General Public License,
29
32
with an exception to allow for easier linking with external mesh
30
33
generators. See doc/LICENSE.txt and doc/CREDITS.txt for more