Skip to content

Commit

Permalink
installation.adoc: mention full JDK as a prerequisite
Browse files Browse the repository at this point in the history
Closes #3340
  • Loading branch information
vemv committed May 18, 2023
1 parent 99c90fc commit 8023414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/about/compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ by Oracle.

NOTE: The requirements for Java are pretty much ``cider-nrepl``'s requirements.

On Linux you are also strongly advised to make sure that JDK sources and javadocs are installed.
On Linux you are also required to make sure that JDK sources and javadocs are installed.
You can find example commands in xref:troubleshooting.adoc#navigation-to-jdk-sources-doesnt-work[Troubleshooting].

== Clojure
Expand Down
3 changes: 3 additions & 0 deletions doc/modules/ROOT/pages/basics/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ You'll also need a recent version of either the Clojure CLI tools or your
favorite build tool (Leiningen, Boot, or Gradle) to be able to start CIDER via
`cider-jack-in`. Generally it's a good idea to use the latest stable versions.

On Linux you are also required to make sure that JDK sources and javadocs are installed.
You can find example commands in xref:troubleshooting.adoc#navigation-to-jdk-sources-doesnt-work[Troubleshooting].

== Installation via package.el

CIDER is available on all major `package.el` community
Expand Down

0 comments on commit 8023414

Please sign in to comment.