summaryrefslogtreecommitdiffstats
path: root/development/groovy/README
blob: 558dcae3accc4bd2e4bd40be2bcd87c6dc9d2f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Groovy is a dynamic language for the Java platform.

This sets GROOVY_HOME=/usr/<libdir>/groovy and PATH to include
/usr/<libdir>/groovy/bin. This SlackBuild provides one for sh and one
for csh. You can logout and login again or simply run:

# source /etc/profile.d/groovy.sh

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.