download.xhtml 4.3 KB

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