Size: 416
Comment:
|
Size: 1181
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Eclipse 3.8 provides bugfixes for Indigo & adds Java 7 support, but is not a 'packaged distribution' release, and will not be maintained after 4.3 "Kepler" is released. Features and plugins equivalent to a packaged distribution may be added from within the IDE [[http://en.wikipedia.org/wiki/Eclipse_%28software%29]]. Archive: * [[http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/]] |
|
Line 6: | Line 11: |
* cd /tmp | |
Line 7: | Line 13: |
* cp eclipse-SDK-3.8.2-linux-gtk-x86_64.tar.gz /tmp * cd /tmp |
|
Line 10: | Line 14: |
* mv eclipse eclipse3.8.2 * mkdir -p /opt/ide |
|
Line 13: | Line 19: |
== Slackware 14 - 32 bit == Run commands: * su * cd /tmp * wget [[http://eclipse.dcc.fc.up.pt/eclipse/downloads/drops/R-3.8.2-201301310800/eclipse-SDK-3.8.2-linux-gtk.tar.gz]] * tar xvzf eclipse-SDK-3.8.2-linux-gtk.tar.gz * eclipse3.8.2 * mkdir -p /opt/ide * mv eclipse3.8.2/ /opt/ide/ * cd /opt/ide/eclipse3.8.2/ * chgrp users * -R |
Eclipse 3.8.2
Eclipse 3.8 provides bugfixes for Indigo & adds Java 7 support, but is not a 'packaged distribution' release, and will not be maintained after 4.3 "Kepler" is released. Features and plugins equivalent to a packaged distribution may be added from within the IDE http://en.wikipedia.org/wiki/Eclipse_%28software%29.
Archive:
Slackware64 14 - 64 bit
Run commands:
- su
- cd /tmp
- tar xvzf eclipse-SDK-3.8.2-linux-gtk-x86_64.tar.gz
- mv eclipse eclipse3.8.2
- mkdir -p /opt/ide
- mv eclipse3.8.2/ /opt/ide/
- cd /opt/ide/eclipse3.8.2/
- chgrp users * -R
Slackware 14 - 32 bit
Run commands:
- su
- cd /tmp
- tar xvzf eclipse-SDK-3.8.2-linux-gtk.tar.gz
- eclipse3.8.2
- mkdir -p /opt/ide
- mv eclipse3.8.2/ /opt/ide/
- cd /opt/ide/eclipse3.8.2/
- chgrp users * -R