]> git.tuebingen.mpg.de Git - dss.git/blobdiff - index.html.m4
Kill INSTALL.
[dss.git] / index.html.m4
index 91b741157a9530cb291ddc8aeb21202f61ca10cf..4b23c81477d71a62a345ad6923bf494166e22dd1 100644 (file)
@@ -20,50 +20,33 @@ dnl SPDX-License-Identifier: GPL-2.0
                        </td>
                </tr>
        </table>
-
        <hr>
-
-       [<a href="#news">NEWS</a>]
-       [<a href="#install">INSTALL</a>]
-       [<a href="#resources">Resources</a>]
-
+       [<a href="`#'installation">Installation</a>]
+       [<a href="`#'resources">Resources</a>]
+       [<a href="`#'news">News</a>]
        <hr>
 
-       <center>
-               <h2>
-                       <a name="readme">README</a>
-               </h2>
-       </center>
-
        @README@
 
-       <hr>
+       <h2> <a name="installation">Installation</a> </h2>
 
-       <center>
-               <h2>
-                       <a name="news">NEWS</a>
-               </h2>
-       </center>
+       <p> To install the dependencies, run <code>apt-get install gcc rsync
+       liblopsub-dev m4</code>. </p>
 
-       @NEWS@
+       <p> To download the source code, run <code>git clone
+       CLONE_URL()</code>, or grab a current tarball from the <a
+       href="GITWEB_URL()">gitweb page</a> and unpack it. </p>
 
-       <hr>
+       <p> To build the PACKAGE() executable and the man page, enter the
+       PACKAGE() source directory and type <code>make</code>. To install
+       both files run <code>sudo make install</code>. </p>
 
-       <center>
-               <h2>
-                       <a name="install">INSTALL</a>
-               </h2>
-       </center>
+       <p> Try <code>dss -h</code> for an overview of all supported command
+       line options, <code>dss --detailed-help</code> for the long help text,
+       or <code>man dss</code> to see the man page which contains example
+       configurations. </p>
 
-       <p> To download the source code, run <tt> git clone CLONE_URL() </tt>,
-       or grab a current tarball from the <a href="GITWEB_URL()">gitweb
-       page</a> and unpack it. </p>
-
-       @INSTALL@
-
-       <hr>
-
-       <center> <h2> <a name="resources">Resources</a> </h2> </center>
+       <h2> <a name="resources">Resources</a> </h2>
        <ul>
                <li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
                <li> <code>git clone CLONE_URL()</code> </li>
@@ -73,5 +56,6 @@ dnl SPDX-License-Identifier: GPL-2.0
                <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
                <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
        </ul>
+       <h2> <a name="news">News</a> </h2>
+       @NEWS@
 </body> </html>
-