]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Improvements in the looks
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 1999 14:28:25 +0000 (14:28 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 1999 14:28:25 +0000 (14:28 +0000)
html/installation.html

index 56ea970f82205d088cd891016d9409ff037442ee..61bb1aa4273380bc4ce22c4b66119f377341ab55 100644 (file)
@@ -3,9 +3,11 @@
 <HTML>
 <HEAD>
 <TITLE>Installation</TITLE>
-<!-- Changed by: ,  1-Nov-1999 -->
+
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
-<STYLE>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/Core/Swiss" type="text/css">
+<STYLE type="text/css">
+
 BODY   {       
        background:     #FFFFFF;
        }       
@@ -18,11 +20,15 @@ COL, COLGROUP, TABLE, TBODY, TD, TR {
        background:     #FFFFFF;
        }                       
 
+TABLE.wide {
+       cellspacing: 100%;
+       background: #FF0000
+       }
+
 </STYLE>
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/Core/Swiss" type="text/css">
 </HEAD>
 
-<BODY background=#FFFFFF>
+<BODY>
 <TABLE>
 <TR>
 <TD><img src="picts/MadHatter.gif" alt="ALICE Off-line Project Logo">
@@ -174,7 +180,12 @@ executable will be ignored and the official version executed.
 performed. We suppose here that the remote cvs server has been setup correctly
 as explained in the <a href="../development.html">code development</a> section.
 
-<p><table>
+<p><table id="wide" cellspacing=10%>
+ <tr align=center>
+  <th colspan=2>
+    <hr><br>
+    <font size=+1>Preparation of the environment</font>
+    <br><hr>
  <tr align=left>
   <th width=30%>$ mkdir AliRoot
   <td width=50%>create the working directory
@@ -220,14 +231,20 @@ as explained in the <a href="../development.html">code development</a> section.
   <th>$ ln -s $ALICE_ROOT/lib/* ./
   <td>link all libraries here
  <tr align=left>
-  <th>$ rm libTPC.sl
+  <th>$ rm libTPC.sl (on HP)
+  <br>$ rm libTPC.so (on the other systems)
   <td>remove link to TPC library, we need a real one
  <tr align=left>
   <th>$ changeRoot $HOME/AliRoot
-  <td>change the AliRoot root to $HOME/AliRoot
+  <td>change the AliRoot root to $HOME/AliRoot via the <em>changeRoot</em> command
  <tr align=left>
   <th>$ rehash
   <td>make sure that the new PATH is taken into account by the shell
+ <tr align=center>
+  <th colspan=2>
+    <hr><br>
+    <font size=+1>Normal development cycle</font>
+    <br><hr>
  <tr align=left>
   <th>$ cd $ALICE_ROOT/TPC
   <td>(1) set default to TPC directory
@@ -255,6 +272,9 @@ as explained in the <a href="../development.html">code development</a> section.
  <tr align=left>
   <th>$ aliroot
   <td>(5) run aliroot
+ <tr align=center>
+  <th colspan=2>
+    <hr>
 </table>
 
 <p>Steps 1-5 are the normal development cycle after the first pass through the