1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Debian GAP Policy - Installation</title>
</head>
<body>
<a name="ch3"></a>
<hr>
[ <a href="ch2.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ <a href="ch1.html">1</a> ]
[ <a href="ch2.html">2</a> ]
[ 3 ]
[ <a href="ch4.html">4</a> ]
[ <a href="ch5.html">5</a> ]
[ <a href="ch6.html">6</a> ]
[ <a href="ch4.html">next</a> ]
<hr>
<h1>
Debian GAP Policy
<br>Chapter 3 - Installation
</h1>
<hr>
<p>
GAP packages should be installed in the <code>/usr/share/gap/pkg/$pkg</code>
directory. Architecture dependent part of the package should go to
<code>/usr/lib/gap/pkg/$pkg</code>. You can provide symlinks if this is
necessary.
<p>
If your package include large (say around 10Mb) datasets (library of groups,
etc...), you should compress them (after checking GAP is able to automatically
uncompress them) with <code>gzip --best</code> to save diskspace. Try to not
compress source code files (<samp>.g</samp> files) if possible.
<hr>
[ <a href="ch2.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ <a href="ch1.html">1</a> ]
[ <a href="ch2.html">2</a> ]
[ 3 ]
[ <a href="ch4.html">4</a> ]
[ <a href="ch5.html">5</a> ]
[ <a href="ch6.html">6</a> ]
[ <a href="ch4.html">next</a> ]
<hr>
<p>
Debian GAP Policy
<address>
version 0.1, 12 January 2005<br>
<br>
Bill Allombert <code><a href="mailto:ballombe@debian.org">ballombe@debian.org</a></code><br>
<br>
</address>
<hr>
</body>
</html>
|