Skip to content
Snippets Groups Projects
Commit 7148ebdd authored by Oleg Kalashev's avatar Oleg Kalashev
Browse files

External libraries installations instructions updated

parent 2c4b0cf7
No related branches found
No related tags found
No related merge requests found
# Installing external libraries # Installing external libraries
<pre><code>
mkdir SOPHIA
mkdir nr</code></pre>
- download SOPHIA event generator sources from https://elsevier.digitalcommonsdata.com/datasets/pkx5j87mgn/1 and extract in **SOPHIA** folder - download SOPHIA event generator sources from https://elsevier.digitalcommonsdata.com/datasets/pkx5j87mgn/1 and extract in **SOPHIA** folder
- download Numerical Recipes 3rd ed. C++ source code to **nr** folder: - download Numerical Recipes 3rd ed. C++ source code to **nr** folder
<pre><code> <pre><code>
mkdir SOPHIA
cd SOPHIA
cp ~/Downloads/adlb_v1_0.tar.gz ./
tar xfoz adlb_v1_0.tar.gz
cd ..
git clone https://github.com/blackstonep/Numerical-Recipes.git nr git clone https://github.com/blackstonep/Numerical-Recipes.git nr
</code></pre> </code></pre>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment