download.xhtml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- download.xhtml
  3. Copyright (C) 2006, 2008 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. It can also
  51. be cross-built for Windows 32-bit using MingW32.
  52. </p>
  53. <p>
  54. The most recent release of Scute is version 1.2.0. The
  55. following files belong to this release.
  56. <table>
  57. <caption>The files released with Scute 1.2.0.</caption>
  58. <tr><th>File</th><th>Description</th><th>Signature</th></tr>
  59. <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.2.0.tar.bz2">Scute 1.2.0 source package</a>
  60. </td><td>The source code of Scute 1.2.0</td>
  61. <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.2.0.tar.bz2.sig">Digital Signature</a></td></tr>
  62. </table>
  63. </p>
  64. <p>
  65. The previous release of Scute was version 1.1.0. The
  66. following files belong to this release.
  67. <table>
  68. <caption>The files released with Scute 1.1.0.</caption>
  69. <tr><th>File</th><th>Description</th><th>Signature</th></tr>
  70. <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.1.0.tar.bz2">Scute 1.1.0 source package</a>
  71. </td><td>The source code of Scute 1.1.0</td>
  72. <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.1.0.tar.bz2.sig">Digital Signature</a></td></tr>
  73. </table>
  74. </p>
  75. <p>
  76. The first release of Scute was version 1.0.0. The
  77. following files belong to this release.
  78. <table>
  79. <caption>The files released with Scute 1.0.0.</caption>
  80. <tr><th>File</th><th>Description</th><th>Signature</th></tr>
  81. <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.0.0.tar.bz2">Scute 1.0.0 source package</a>
  82. </td><td>The source code of Scute 1.0.0</td>
  83. <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.0.0.tar.bz2.sig">Digital Signature</a></td></tr>
  84. </table>
  85. </p>
  86. <h2>Prerequisites</h2>
  87. <p>Scute requires the following packages to compile:
  88. <table>
  89. <caption>Compile-time dependencies of Scute</caption>
  90. <tr><th>Package</th><th>Min. Version</th></tr>
  91. <tr><td><a
  92. href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>0.7</td></tr>
  93. <tr><td><a
  94. href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>0.6.10</td></tr>
  95. </table>
  96. </p>
  97. <p>Scute also requires the following packages to run:
  98. <table>
  99. <caption>Run-time dependencies of Scute</caption>
  100. <tr><th>Package</th><th>Min. Version</th></tr>
  101. <tr><td><a
  102. href="http://www.mozilla.com/">Firefox</a></td><td>any</td></tr>
  103. <tr><td><a
  104. href="http://www.gnupg.org/">GnuPG</a></td><td>2.0</td></tr>
  105. <tr><td><a
  106. href="http://www.gnupg.org/related_software/pinentry/">PinEntry</a></td><td>0.7.0</td></tr>
  107. </table>
  108. </p>
  109. <h2>Installation</h2>
  110. <p>
  111. Canonical installation instructions can be found in the file
  112. <code>INSTALL</code> in the top-level directory of the
  113. source package. Instructions for users of Scute are
  114. available in the <a href="documentation.xhtml">documentation
  115. section</a>.
  116. </p>
  117. <h2>Development</h2>
  118. <p>
  119. The source of Scute is managed with the version control
  120. system <a
  121. href="http://subversion.tigris.org/">Subversion</a>. The
  122. repository can be retrieved with the following command:
  123. <pre>
  124. $ svn co svn://cvs.gnupg.org/scute/trunk scute
  125. </pre>
  126. Please send an e-mail to the <a
  127. href="http://lists.gnupg.org/mailman/listinfo/gnupg-devel">GnuPG
  128. development mailing list</a> if you are interested in
  129. participating in the Scute development.
  130. </p>
  131. <p>
  132. A web interface to the <a
  133. href="http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/?root=Scute">Scute
  134. source repository</a> is available on-line, and contains
  135. up-to-date as well as archived versions of all files
  136. included in the Scute source package, including the most
  137. recent development changes.
  138. </p>
  139. </div>
  140. </div>
  141. </body>
  142. </html>