install.xml cvec package documentation Max Neunhoeffer
Copyright (C) 2007 Max Neunhoeffer, Lehrstuhl D f. Math., RWTH Aachen This file is free software, see license information at the end.
This is the main chapter of the documentation.
-->
<Chapter Label="install">
<Heading>Installation of the <Package>cvec</Package>-Package</Heading>
<Index><Package>cvec</Package></Index>
To get the newest version of this &GAP; 4 package download one of the
archive files
<List>
<Item> <F>cvec-x.x.tar.gz</F> </Item>
<Item> <F>cvec-x.x.tar.bz2</F> </Item>
<Item> <F>cvec-x.x.zip</F> </Item>
</List>
and unpack it using
<Verb>
gunzip cvec-x.x.tar.gz; tar xvf cvec-x.x.tar
</Verb>
or
<Verb>
bzip2 -d cvec-x.x.tar.bz2; tar xvf cvec-x.x.tar
</Verb>
or
<Verb>
unzip -x cvec-x.x.zip
</Verb>
respectively.
<P/>
Do this in a directory called <Q><F>pkg</F></Q>, preferably (but not
necessarily) in the <Q><F>pkg</F></Q> subdirectory of your &GAP; 4
installation. It creates a subdirectory called <Q><F>cvec</F></Q>.<P/>
The package will not work without the following compilation step.<P/>
To compile the C part of the package do (in the <F>pkg</F> directory)
<Verb>
cd cvec
./configure
make
</Verb>
If you installed the package in another <Q><F>pkg</F></Q> directory than
the standard <Q><F>pkg</F></Q> directory in your &GAP; 4 installation,
then you have to do two things. Firstly during compilation you have
to use the option <C>--with-gaproot=PATH</C> of the <F>configure</F> script where <Q>PATH</Q> is a path to the main &GAP; root directory
(if not given the default <Q><F>../..</F></Q> is assumed). <P/>
Secondly you have to specify the path to the directory containing
your <Q><F>pkg</F></Q> directory to &GAP;'s list of directories. This
can be done by starting &GAP; with the <Q><F>-l</F></Q> command line
option followed by the name of the directory and a semicolon. Then your
directory is prepended to the list of directories searched. Otherwise
the package is not found by &GAP;. Of course, you can add this option to
your &GAP; startup script. <P/>
<!-- 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 2 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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.