diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2016-12-21 11:47:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:33:38 +0700 |
commit | f0df813362ee5f9e0843d15d1c264d3520f11ee5 (patch) | |
tree | 56e0d5621a295b2d18ee99861a2d29aae2c344d6 /development/eclim/README | |
parent | 51bf41004963622fdcdaf5f0cb890c2bca7b6bc3 (diff) | |
download | slackbuilds-f0df813362ee5f9e0843d15d1c264d3520f11ee5.tar.gz |
development/eclim: Added (Editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclim/README')
-rw-r--r-- | development/eclim/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/development/eclim/README b/development/eclim/README new file mode 100644 index 0000000000..6b3005b4b0 --- /dev/null +++ b/development/eclim/README @@ -0,0 +1,17 @@ +eclim - The power of Eclipse in your favorite editor. + +Eclim provides the ability to access Eclipse code editing features via the +command line or a local network connection, allowing those features to be +integrated with your favorite editor. + +This package builds against eclipse-java, but can also be built against +eclipse-jee or eclipse-cpp instead. In that case, pass the eclipse home +directory to the script: + +ECLIPSE_HOME=/opt/eclipse-jee ./eclim.SlackBuild + +or + +ECLIPSE_HOME=/opt/eclipse-cpp ./eclim.SlackBuild + +apache-ant and Sphinx are only needed at build-time, not runtime.
\ No newline at end of file |