Changes between Version 34 and Version 35 of Installation_old
- Timestamp:
- 07/27/11 15:39:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation_old
v34 v35 60 60 }}} 61 61 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: 62 2. Ensure if you have a c++ compiler available on your system. If you have not, install this: 71 63 {{{ 72 64 #!div style="font-size: 90%" … … 76 68 }}} 77 69 78 4. Check if cmake is available, otherwise install cmake:70 3. Check if cmake is available, otherwise install cmake: 79 71 {{{ 80 72 #!div style="font-size: 90%" … … 97 89 }}} 98 90 }}} 91 92 4. 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 96 yum install jdk 97 }}} 98 }}} 99 99 100 100 5. Set required environment variables