Skip to content

Commit

Permalink
Deploying to gh-pages from @ 26ff5a3 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Apr 12, 2024
1 parent e7ee931 commit 6745026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion md_README.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ <h2><a class="anchor" id="autotoc_md29"></a>
<p>All packages are managed in Git and GitHub. Please read <a href="https://github.com/ShipSoft/FairShip/wiki/Git-Tutorial-for-SHiP">the Git tutorial for SHiP</a> first, even if you already know Git, as it explains how development is done on GitHub.</p>
<h1><a class="anchor" id="autotoc_md30"></a>
Build Instructions using CVMFS</h1>
<p>On <code>lxplus</code> this is the recommended way to use <code>FairShip</code>. CVMFS can also be setup on your own machine (please see the <a href="https://cvmfs.readthedocs.io/en/stable/cpt-quickstart.html">CVMFS documentation</a></p>
<ol type="1">
<li>Download the FairShip software ```bash git clone <a href="https://github.com/ShipSoft/FairShip.git">https://github.com/ShipSoft/FairShip.git</a> ```</li>
<li>Make sure you can access the SHiP CVMFS Repository ```bash ls /cvmfs/ship.cern.ch ``<code></code></li>
<li><code>Source the</code>setUp.sh&lt;tt&gt;script from the CVMFS release you want to use. ``bash source /cvmfs/ship.cern.ch/SHiP-2022/May/setUp.sh ``` Info about different releases can be found in a <a href="https://github.com/ShipSoft/cvmfs_release">dedicated repository</a>. Please report issues with particular releases or the setup script there.</li>
<li><code>Source the</code>setUp.sh&lt;tt&gt;script from the CVMFS release you want to use. ``bash source /cvmfs/ship.cern.ch/24.01/setUp.sh ``` Info about different releases can be found in a <a href="https://github.com/ShipSoft/cvmfs_release">dedicated repository</a>. Please report issues with particular releases or the setup script there.</li>
<li>Build the software using aliBuild ```bash aliBuild build FairShip &ndash;always-prefer-system &ndash;config-dir $SHIPDIST &ndash;defaults release ``<code> If you are not building</code>master`, you will need to select the appropriate default (see <a href="#branches">Branches</a>).</li>
</ol>
<p>If you exit your shell session and you want to go back working on it, make sure to re-execute the third step.</p>
Expand Down

0 comments on commit 6745026

Please sign in to comment.