⇤ ← Revision 1 as of 2016-11-23 16:36:07
Size: 409
Comment:
|
Size: 425
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
{{{ | {{{#!highlight bash |
gradle
Open source build automation system
Install on Slackware
1 cd /usr/local
2 wget https://services.gradle.org/distributions/gradle-3.2.1-bin.zip
3 unzip -t gradle-3.2.1-bin.zip
4 unzip gradle-3.2.1-bin.zip
5 cd /usr/local/gradle-3.2.1/bin
6 ./gradle
7 cd ..
8 ln -s gradle-3.2.1 gradle
9 nano /etc/profile # add to PATH the /usr/local/gradle/bin
10 . /etc/profile