summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2019-01-01 23:35:27 -0800
committerGeorge Fraser <george@fivetran.com>2019-01-01 23:35:27 -0800
commit90b1882d920de0d98ee14d97145b6a8327c08fee (patch)
tree43cd80ef9368c6fa5f6176ea323d98c103bd5fab /README.md
parent1e43ed2e1f93458a6df90a6b3062bba74451089e (diff)
downloadjava-language-server-90b1882d920de0d98ee14d97145b6a8327c08fee.zip
No longer any system requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef5e47e..ec8d7a2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Language Server for Java using the [Java compiler API](https://docs.oracle.com/javase/10/docs/api/jdk.compiler-summary.html)
-A Java [language server](https://github.com/Microsoft/vscode-languageserver-protocol) implemented using the Java compiler API. Requires that you have Java 10 installed on your system.
+A Java [language server](https://github.com/Microsoft/vscode-languageserver-protocol) implemented using the Java compiler API.
[![CircleCI](https://circleci.com/gh/georgewfraser/java-language-server.png)](https://circleci.com/gh/georgewfraser/java-language-server)
@@ -154,4 +154,6 @@ If you have npm and maven installed, you should be able to install locally using
npm install -g vsce
npm install
- ./scripts/build.sh \ No newline at end of file
+ ./scripts/build.sh
+
+At the time of this writing, the build only works on Mac, because of the way it uses JLink. However, it would be straightforward to fix this by changing `scripts/link_mac.sh` to be more like `scripts/link_windows.sh`. \ No newline at end of file