Getting-Kawa.xhtml 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
  3. <head>
  4. <title>Getting Kawa</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Installation.xhtml" title="Getting and installing Kawa"/>
  10. <link rel="next" href="Running-Java.xhtml" title="Getting and running Java"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="sect1" title="Getting Kawa" epub:type="subchapter" id="Getting-Kawa">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title" style="clear: both">Getting Kawa</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p>You can compile Kawa from the source distribution.
  23. Alternatively, you can install the pre-compiled binary distribution.
  24. </p>
  25. <p>You can get Kawa sources and binaries from the Kawa ftp site
  26. <a class="ulink" href="ftp://ftp.gnu.org/pub/gnu/kawa/" target="_top">ftp://ftp.gnu.org/pub/gnu/kawa/</a>,
  27. or from a <a class="ulink" href="http://www.gnu.org/order/ftp.html" target="_top">mirror site</a>.
  28. </p>
  29. <p>The current release of the Kawa source code is
  30. <a class="ulink" href="ftp://ftp.gnu.org/pub/gnu/kawa/kawa-2.92_invoke.tar.gz" target="_top">ftp://ftp.gnu.org/pub/gnu/kawa/kawa-2.92_invoke.tar.gz</a>.
  31. (To unpack <code class="literal">.tar.gz</code> files Windows users can use
  32. <a class="ulink" href="http://www.7-zip.org/" target="_top">7-Zip</a>, which is Free Software.)
  33. </p>
  34. <p>The corresponding pre-compiled release
  35. is <a class="ulink" href="ftp://ftp.gnu.org/pub/gnu/kawa/kawa-2.92_invoke.zip" target="_top">ftp://ftp.gnu.org/pub/gnu/kawa/kawa-2.92_invoke.zip</a>.
  36. The most recent snapshot is
  37. <a class="ulink" href="ftp://ftp.gnu.org/pub/gnu/kawa/kawa-latest.zip" target="_top">ftp://ftp.gnu.org/pub/gnu/kawa/kawa-latest.zip</a>.
  38. Instructions for using either are <a class="link" href="Binary-distribution.xhtml" title="Installing and using the binary distribution">here</a>.
  39. </p>
  40. <section class="sect2" title="Getting the development sources using Git" epub:type="division" id="idm139667880870656">
  41. <div class="titlepage">
  42. <div>
  43. <div>
  44. <h3 class="title">Getting the development sources using Git</h3>
  45. </div>
  46. </div>
  47. </div>
  48. <p>The Kawa sources are managed using a
  49. <a class="ulink" href="https://gitlab.com/kashell/Kawa" target="_top">git</a> repository.
  50. If you want the very latest version grab
  51. <a class="ulink" href="https://git-scm.com/downloads" target="_top">a git client</a>,
  52. and then check out the source using this command:
  53. </p>
  54. <pre class="screen">git clone https://gitlab.com/kashell/Kawa.git
  55. </pre>
  56. <p>After a checkout you will need to run:
  57. </p>
  58. <pre class="screen">./autogen.sh
  59. </pre>
  60. <p>before proceding with instructions for <a class="link" href="Source-distribution.xhtml" title="Installing and using the source distribution">building the source distribution</a>.
  61. </p>
  62. <p>Once you have it checked out, you can keep it up-to-date with <code class="literal">git pull</code>.
  63. </p>
  64. <p>You can also
  65. <a class="ulink" href="https://gitlab.com/kashell/Kawa/tree/master" target="_top">browse the git archive</a> online.
  66. </p>
  67. </section>
  68. </section>
  69. <footer>
  70. <div class="navfooter">
  71. <ul>
  72. <li>
  73. <b class="toc">
  74. <a href="Getting-Kawa.xhtml#idm139667880870656">Getting the development sources using Git</a>
  75. </b>
  76. </li>
  77. </ul>
  78. <p>
  79. Up: <a accesskey="u" href="Installation.xhtml">Getting and installing Kawa</a></p>
  80. <p>
  81. Next: <a accesskey="n" href="Running-Java.xhtml">Getting and running Java</a></p>
  82. </div>
  83. </footer>
  84. </body>
  85. </html>