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
|
Index: HenPlus.html
===================================================================
RCS file: /cvsroot/henplus/henplus/doc/HenPlus.html,v
retrieving revision 1.16
diff -u -r1.16 HenPlus.html
--- HenPlus.html 1 May 2003 23:22:10 -0000 1.16
+++ HenPlus.html 2 May 2003 01:22:25 -0000
@@ -88,6 +88,24 @@
</body>
<h3><a name="getting-started"/>Getting started</h3>
+<h4>Download</h4>
+You can download source and binary packages of HenPlus at the
+<a href="http://sourceforge.net/project/showfiles.php?group_id=47945">HenPlus SourceForge Download Page</a>.
+<p>
+If you are using <a href="http://www.debian.org/">Debian</a>, you can install HenPlus by adding the following
+line to your <code>/etc/apt/sources.list</code>
+<pre>
+ deb http://dl.sourceforge.net/henplus ./
+</pre>
+After that, run
+<pre>
+ apt-get update
+</pre>
+then
+<pre>
+ apt-get install henplus
+</pre>
+
<h4>Compilation</h4>
If you have <a href="http://sourceforge.net/project/showfiles.php?group_id=47945">downloaded</a>
HenPlus as a binary RPM or debian package, you can
|