Skip to content
Snippets Groups Projects
Commit b1a4db53 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

README update

parent bd73ccb6
No related branches found
No related tags found
No related merge requests found
...@@ -50,24 +50,15 @@ sudo apt-get install -y emacs mc x11-apps ...@@ -50,24 +50,15 @@ sudo apt-get install -y emacs mc x11-apps
== Configure GIT the way you like it == == Configure GIT the way you like it ==
git config --global user.name \<my name\> git config --global user.name \<my name\>
git config --global user.email \<my email\>
git config --global user.email \<my email\> git config --global core.editor emacs
git config --global core.autocrlf input
git config --global core.editor emacs git config --global core.safecrlf true
git config --global branch.autosetuprebase always
git config --global core.autocrlf input git config --global credential.helper 'cache --timeout 3600'
git config --global color.ui true
git config --global core.safecrlf true git config --global push.default simple
git config --global branch.autosetuprebase always
git config --global credential.helper 'cache --timeout 3600'
git config --global color.ui true
git config --global push.default simple
== Configure paths for FAIR packages == == Configure paths for FAIR packages ==
...@@ -82,11 +73,9 @@ source ~/.bashrc ...@@ -82,11 +73,9 @@ source ~/.bashrc
= Install FairSoft == = Install FairSoft ==
cd ~ cd ~
git clone -b jun19p2 https://github.com/FairRootGroup/FairSoft
git clone -b jun19p2 https://github.com/FairRootGroup/FairSoft cd FairSoft
cd FairSoft
// Interactive Dialog Choices stored in the config.cache file: // Interactive Dialog Choices stored in the config.cache file:
...@@ -110,14 +99,11 @@ platform=linux\ ...@@ -110,14 +99,11 @@ platform=linux\
== Install FairRoot == == Install FairRoot ==
cd ~ \\ cd ~
git clone -b v18.2.1 https://github.com/FairRootGroup/FairRoot.git git clone -b v18.2.1 https://github.com/FairRootGroup/FairRoot.git
cd FairRoot
cd FairRoot mkdir build
cd build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$FAIRROOTPATH -DBUILD_UNITTESTS=ON ../. cmake -DCMAKE_INSTALL_PREFIX=$FAIRROOTPATH -DBUILD_UNITTESTS=ON ../.
...@@ -126,16 +112,10 @@ nice make install -j ...@@ -126,16 +112,10 @@ nice make install -j
== Install CBMroot in the CBMshare directory, which is a shared Host directory == == Install CBMroot in the CBMshare directory, which is a shared Host directory ==
cd ~ cd ~
git clone https://git.cbm.gsi.de/computing/cbmroot
git clone https://git.cbm.gsi.de/computing/cbmroot mkdir build
cd build
mkdir build cmake ../cbmroot
make -j
cd build
cmake ../cbmroot
make -j
source /home/cbmdock/build/config.sh source /home/cbmdock/build/config.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment