$ cvsa co -r Release-3-02 -d pro AliRoot
</pre>
+<p>Where the meaning of <kbd>cvsa</kbd> is explained in the
+<a href="../development.html">code development</a> section.
+
</ul>
<p><li>install the CERN library part
<th>$ rm bin
<td>remove bin, we need a local copy of the <var>aliroot</var>
executable
+ <th>$ mkdir bin
+ <td>make a local bin directory
<tr align=left>
<th>$ rm CVS
<td>remove the link to the CVS directory, we need a local one
<th>$ cd lib/tgt_$ALICE_TARGET
<td>set default to the lib directory
<tr align=left>
- <th>$ ln -s $ALICE_ROOT/lib/* ./
+ <th>$ ln -s $ALICE_ROOT/lib/tgt_$ALICE_TARGET/* ./
<td>link all libraries here
<tr align=left>
<th>$ rm libTPC.sl (on HP)