This is an old revision of the document!


Build Gnucap with other build systems

There is support for just about any build system. For some, there is a more or less complete implementation, but not part of the main repo. But first, clone the main repo.

$ git clone git://git.savannah.gnu.org/gnucap.git/
$ cd gnucap
$ git checkout develop # as of 17.02.20
autotools
$ git clone git://git.savannah.gnu.org/gnucap/gnucap-tools.git --branch autotools autotools
$ ./autotools/bootstrap
$ mkdir build
$ cd build
$ ../configure.gnu --help
$ less ../autotools/README

and

$ ../configure.gnu
[..]
$ make
$ main/gnucap
[..]
gnucap>
cmake
$ git clone git://git.savannah.gnu.org/gnucap/gnucap-tools.git --branch cmake cmake
$ mkdir build
$ cd build
$ less ../cmake/README

and

$ cmake ../cmake
[..]
$ make
$ main/gnucap
[..]
gnucap>
gnucap/manual/autotools.1596632878.txt.gz · Last modified: 2020/08/05 08:07 by felixs
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki