download.xhtml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- download.xhtml
  3. Copyright (C) 2006 g10 Code GmbH
  4. This file is part of Scute.
  5. Scute is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. Scute is distributed in the hope that it will be useful, but
  10. WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with Scute; if not, write to the Free Software Foundation,
  15. Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  16. In addition, as a special exception, g10 Code GmbH gives permission
  17. to link this library: with the Mozilla Foundation's code for
  18. Mozilla (or with modified versions of it that use the same license
  19. as the "Mozilla" code), and distribute the linked executables. You
  20. must obey the GNU General Public License in all respects for all of
  21. the code used other than "Mozilla". If you modify this file, you
  22. may extend this exception to your version of the file, but you are
  23. not obligated to do so. If you do not wish to do so, delete this
  24. exception statement from your version. -->
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  26. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  27. <html xmlns="http://www.w3.org/1999/xhtml">
  28. <head>
  29. <title>Scute</title>
  30. <link rel="stylesheet" type="text/css" href="format/web.css"/>
  31. </head>
  32. <body>
  33. <div id="body">
  34. <div id="toc">
  35. <object type="image/svg+xml" data="format/scute-logo.svg">
  36. Scute
  37. </object>
  38. <h1>Table Of Content</h1>
  39. <ul>
  40. <li><a href="index.xhtml">Introduction</a></li>
  41. <li><a href="documentation.xhtml">Documentation</a></li>
  42. <li><a href="download.xhtml">Download</a></li>
  43. <li><a href="contact.xhtml">Discussion</a></li>
  44. </ul>
  45. </div>
  46. <div id="main">
  47. <h1>Download</h1>
  48. <p>
  49. Scute is currently available in source format only, and
  50. should compile on any recent GNU/Linux system.
  51. The most recent release of Scute is version 1.0.0. The
  52. following files belong to this release.
  53. <table>
  54. <caption>The files released with Scute 1.0.0.</caption>
  55. <tr><th>File</th><th>Description</th><th>Signature</th></tr>
  56. <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.0.0.tar.bz2">Scute 1.0.0 source package</a>
  57. </td><td>The source code of Scute 1.0.0</td>
  58. <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.0.0.tar.bz2.sig">Digital Signature</a></td></tr>
  59. </table>
  60. </p>
  61. <h2>Prerequisites</h2>
  62. <p>Scute requires the following packages to compile:
  63. <table>
  64. <caption>Compile-time dependencies of Scute</caption>
  65. <tr><th>Package</th><th>Min. Version</th></tr>
  66. <tr><td><a
  67. href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>0.7</td></tr>
  68. <tr><td><a
  69. href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>0.6.10</td></tr>
  70. </table>
  71. </p>
  72. <p>Scute also requires the following packages to run:
  73. <table>
  74. <caption>Run-time dependencies of Scute</caption>
  75. <tr><th>Package</th><th>Min. Version</th></tr>
  76. <tr><td><a
  77. href="http://www.mozilla.com/">Firefox</a></td><td>any</td></tr>
  78. <tr><td><a
  79. href="http://www.gnupg.org/">GnuPG</a></td><td>2.0</td></tr>
  80. <tr><td><a
  81. href="http://www.gnupg.org/related_software/pinentry/">PinEntry</a></td><td>0.7.0</td></tr>
  82. </table>
  83. </p>
  84. <h2>Installation</h2>
  85. <p>
  86. Canonical installation instructions can be found in the file
  87. <code>INSTALL</code> in the top-level directory of the
  88. source package. Instructions for users of Scute are
  89. available in the <a href="documentation.xhtml">documentation
  90. section</a>.
  91. </p>
  92. <h2>Development</h2>
  93. <p>
  94. The source of Scute is managed with the version control
  95. system <a
  96. href="http://subversion.tigris.org/">Subversion</a>. The
  97. repository can be retrieved with the following command:
  98. <pre>
  99. $ svn co svn://cvs.gnupg.org/scute/trunk scute
  100. </pre>
  101. Please send an e-mail to the <a
  102. href="http://lists.gnupg.org/mailman/listinfo/gnupg-devel">GnuPG
  103. development mailing list</a> if you are interested in
  104. participating in the Scute development.
  105. </p>
  106. <p>
  107. A web interface to the <a
  108. href="http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/?root=Scute">Scute
  109. source repository</a> is available on-line, and contains
  110. up-to-date as well as archived versions of all files
  111. included in the Scute source package, including the most
  112. recent development changes.
  113. </p>
  114. </div>
  115. </div>
  116. </body>
  117. </html>