mourrain@sophia.inria.fr
. You will get an account on the svn server:
http://gforge.inria.fr/projects/synaps/
In order to get the last version of the library, follow the instructions given here:
http://gforge.inria.fr/scm/?group_id=93
./smake
./configure <options>; make
smake
can also be used with a ressource file: ./smake resource
SYNAPS_VERSION = 2.5.0 MODULES = base arithm linalg upol usolve mpol msolve topology map shape EXTERNAL_MODULES = mpsolve sisl
make check
svn commit
test
of the package) and documented (documentation file in the directory doc
of the package).install
. The files Makefile.am
of the other directory are then included the correspdonfing makefile-*
, depending if it is in a bin
, doc
, include
, src
directory. Here is the example of synaps/usolve/include/Makefile.am
: SUBDIRS = algebraic sturm bezier weierstrass include ../../install/makefile-include
top_srcdir
to refer to the root directory of the library.doc
of a package. They are written using texmacs and processed using doxygen. In order to produce a html
documentation, you need these two commands. By typing in the root directory of the library, make html
.tex
files into .dxg
files (using texmacs to produce intermediate .tex
files) and run doxygen on the source code and documentation files.
By typing, in the directory doc
of a package,
make dxg
html
documentation from the file ./html/index.html