Changes between Version 8 and Version 9 of InstallationInstructions


Ignore:
Timestamp:
Jul 7, 2010 4:10:24 PM (14 years ago)
Author:
maylill.sande
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v8 v9  
    77Note the Eclipse version.
    88
    9 Make the catalogue "Magnolia". This is recommended, but not necessary.
     9Make the directory ''Magnolia''. This is recommended, but not necessary.
    1010
    1111Download Eclipse from http://www.eclipse.org/downloads
    12 Choose Eclipse RCP/Plug-in Developers 3.5 32-bit Java with 32-bit Eclipse (These choices will make sense when you see the Eclipse website.) Download the package to the newly created Magnolia catalogue.
     12Choose Eclipse RCP/Plug-in Developers 3.5 32-bit Java with 32-bit Eclipse (These choices will make sense when you see the Eclipse website.) Download the package to the newly created ''Magnolia'' directory.
    1313
    14 Go to a terminal and move to the catalogue Magnolia. Unpack Eclipse by writing "
     14Go to a terminal and move to the directory ''Magnolia''. In a terminal unpack Eclipse by writing
    1515{{{
    1616tar xzvf [name of downloaded package]
    1717}}}
    18 " in a terminal.
     18
    1919
    2020You may now remove the installation files.
    2121
    22 If you have 64-bit Linux installed on your machine, skip this next step. Otherwise (if you have 32-bit Linux) open the file eclipse.ini in the newly unpackaged catalogue and change on the line containing "-vmargs" from "-vmargs" to -"vmargs -Xss8m". You can open the eclipse.ini file in e.g. Emacs.
     22If you have 64-bit Linux installed on your machine, skip this next step. Otherwise (if you have 32-bit Linux) open the file ''eclipse.ini'' in the newly unpackaged directory and change
     23{{{
     24-vmargs
     25}}}
     26to
     27{{{
     28-vmargs -Xss8m
     29}}}
    2330
    24 If you have 64-bit Linux or another operating system these settings will be changed later in the installation procedure.
     31You can open the ''eclipse.ini'' file in e.g. Emacs.
     32
     33If you have 64-bit Linux or a different operating system these settings will be changed later in the installation procedure.
    2534
    2635'''2. Install Java for Magnolia'''
    2736
    28 Download Sun Java 32-bit (choose Java SE, JDK6 and Linux platform) from http://java.sun.com/javase/downloads/widget/jdk6.jsp Download to the catalogue Magnolia.
     37Download Sun Java 32-bit (choose Java SE, JDK6 and Linux platform) from http://java.sun.com/javase/downloads/widget/jdk6.jsp Download to the directory ''Magnolia''.
    2938
    3039The Sun Java site will offer you to log in, create accounts and similar. Skip these steps, which will be one of your options, and simply download the files.
    3140
    32 Go to a terminal and move to the catalogue Magnolia. Install Sun Java by writing "sh [name of downloaded file]" This will result in the install program asking you to accept the licence. Flip through the licence by using the space bar, then accept the licence. You do not need to register.
     41Go to a terminal and move to the directory ''Magnolia''. Install Sun Java by writing
     42{{{
     43sh [name of downloaded file]
     44}}}
     45 
     46This will result in the install program asking you to accept the licence. Flip through the licence by using the space bar, then accept the licence. You do not need to register.
    3347
    3448You may now remove the installation files.
     
    3953
    4054Make the following script to run Eclipse.
    41 
    4255
    4356{{{
     
    5164}}}
    5265
    53 
    54 Making a script means opening a file in an editor, e.g., Emacs and saving the file. A good name for the file in this instant might be run-eclipse. Save the file in the catalogue Magnolia. Add the above text to the file precisely as shown.
     66Making a script means opening a file in an editor, e.g., Emacs and saving the file. A good name for the file in this instant might be ''run-eclipse''. Save the file in the directory ''Magnolia''. Add the above text to the file precisely as shown.