This wiki is obsolete, see the NorduGrid web pages for up to date information.

Documentation/Build

From NorduGrid
Jump to navigationJump to search

All ARC documentation sources are kept in SVN. Most of it are LaTeX files, which need to be built. Here are quick instructions on how to build documents when working with ARC SVN.

From nordugrid/doc tree

Latest documents are in the trunk of the corresponding SVN tree:

  http://svn.nordugrid.org/repos/nordugrid/doc/trunk/

Tags corresponding to ARC releases exist as well; branches are unlikely to appear in this context.

To build documentation from checked out code, simply do:

  ./autogen.sh
  ./configure

Then do "make" in whatever document folder you'd like to build, or directly in the top folder to build them all.


From old nordugrid/arc0 tree

This is obsolete since 2011, and is kept for historical reasons.

To speed up documentation building from arc0 SVN checkout without building entire ARC:

  ./bootstrap
  ./configure --disable-services --enable-docs --disable-globus-openldap
  cd doc