Changes between Version 34 and Version 35 of Installation_old

Show
Ignore:
Timestamp:
07/27/11 15:39:14 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v34 v35  
    6060}}} 
    6161 
    62 2. Check if recent Java SE Runtime Environment (JRE) or Java SE Development Kit (JDK) are present in your system. As the precompiled MUSCLE package is already included at build/muscle.jar you may not need to compile the Java sources and JRE should be sufficient. Hovewer, if you want to recompile the Java part of the MUSCLE (recommended), a recent Java compiler is also required.   
    63 {{{ 
    64 #!div style="font-size: 90%" 
    65 {{{#!sh 
    66 yum install jdk 
    67 }}} 
    68 }}} 
    69  
    70 3. Ensure if you have a c++ compiler available on your system. If you have not, install this: 
     622. Ensure if you have a c++ compiler available on your system. If you have not, install this: 
    7163{{{ 
    7264#!div style="font-size: 90%" 
     
    7668}}} 
    7769 
    78 4. Check if cmake is available, otherwise install cmake: 
     703. Check if cmake is available, otherwise install cmake: 
    7971{{{ 
    8072#!div style="font-size: 90%" 
     
    9789 }}} 
    9890 }}} 
     91 
     924. Check if recent Java SE Runtime Environment (JRE) or Java SE Development Kit (JDK) are present in your system. As the precompiled MUSCLE package is already included at build/muscle.jar you may not need to compile the Java sources and JRE should be sufficient. Hovewer, if you want to recompile the Java part of the MUSCLE (recommended), a recent Java compiler is also required.   
     93{{{ 
     94#!div style="font-size: 90%" 
     95{{{#!sh 
     96yum install jdk 
     97}}} 
     98}}} 
    9999 
    1001005. Set required environment variables