Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jul 24, 2024
1 parent ccb9c50 commit 815c7f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the past, it was not recommended to use OpenJDK, as Weka was developed with a
version. However, Oracle's JDK 8 is no longer available for public download and OpenJDK matured enough that it is now the
recommended Java version to use. Personally, I recommend the **long-term support version 11 of OpenJDK**.

If operating system does not offer automatic installations of JDKs, you can download OpenJDK releases for
If your operating system does not offer automatic installations of JDKs, you can download OpenJDK releases for
various platforms from `here <https://adoptium.net//>`__. When manually installing an OpenJDK, you will need
to set the ``JAVA_HOME`` `environment variable <https://docs.oracle.com/cd/E21454_01/html/821-2531/inst_jdk_javahome_t.html>`__,
pointing to the installation directory.
Expand Down Expand Up @@ -58,7 +58,7 @@ Install OpenJDK as well, in order to get all the header files for compilation:

.. code-block:: bash
sudo apt install default-jdk
sudo apt install openjdk-11-jdk
Create a virtual environment using the *venv* module that :

Expand Down
4 changes: 2 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Prerequisites for all platforms<a class="headerlink" href="#prerequisites-fo
<p>In the past, it was not recommended to use OpenJDK, as Weka was developed with and tested against Oracle’s
version. However, Oracle’s JDK 8 is no longer available for public download and OpenJDK matured enough that it is now the
recommended Java version to use. Personally, I recommend the <strong>long-term support version 11 of OpenJDK</strong>.</p>
<p>If operating system does not offer automatic installations of JDKs, you can download OpenJDK releases for
<p>If your operating system does not offer automatic installations of JDKs, you can download OpenJDK releases for
various platforms from <a class="reference external" href="https://adoptium.net//">here</a>. When manually installing an OpenJDK, you will need
to set the <code class="docutils literal notranslate"><span class="pre">JAVA_HOME</span></code> <a class="reference external" href="https://docs.oracle.com/cd/E21454_01/html/821-2531/inst_jdk_javahome_t.html">environment variable</a>,
pointing to the installation directory.</p>
Expand All @@ -71,7 +71,7 @@ <h2>Ubuntu<a class="headerlink" href="#ubuntu" title="Permalink to this heading"
</pre></div>
</div>
<p>Install OpenJDK as well, in order to get all the header files for compilation:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt<span class="w"> </span>install<span class="w"> </span>default-jdk
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt<span class="w"> </span>install<span class="w"> </span>openjdk-11-jdk
</pre></div>
</div>
<p>Create a virtual environment using the <em>venv</em> module that :</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 815c7f9

Please sign in to comment.