diff options
Diffstat (limited to 'development/groovy/README')
-rw-r--r-- | development/groovy/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/groovy/README b/development/groovy/README new file mode 100644 index 0000000000..3768c5a27c --- /dev/null +++ b/development/groovy/README @@ -0,0 +1,10 @@ +Groovy is a dynamic language for the Java platform. + +This sets GROOVY_HOME=/usr/<libdir>/groovy and PATH to include +/usr/<libdir>/groovy/bin. + +The installation is like Java Runtime/SDK, in that it places everything by +default in /usr/<libdir>/groovy. + +The lib directory is set dependent upon the package architecture: /usr/lib +on x86 and /usr/lib64 on x86_64. |