Update go4 under RH8
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: go4 under RH8
|
title: go4 under RH8
|
||||||
---
|
---
|
||||||
|
|
||||||
### install packages
|
### install packages
|
||||||
```
|
```
|
||||||
sudo yum install root root-* qt5-devel qt5-qtwebengine-devel
|
sudo yum install root root-* qt5-devel qt5-qtwebengine-devel
|
||||||
@ -30,10 +31,14 @@ go4
|
|||||||
cd ~/go4
|
cd ~/go4
|
||||||
git clone https://gitlab.psi.ch/augustin_s/go4-generic.git GENERiC
|
git clone https://gitlab.psi.ch/augustin_s/go4-generic.git GENERiC
|
||||||
git clone https://github.com/BlueBrain/HighFive.git
|
git clone https://github.com/BlueBrain/HighFive.git
|
||||||
|
|
||||||
mkdir bsread_receiver_libs
|
mkdir bsread_receiver_libs
|
||||||
# get bsread_receiver-<version>.tar.gz from https://git.psi.ch/controls-ci/bsread_receiver/-/releases
|
cd bsread_receiver_libs
|
||||||
# unpack tgz into ./bsread_receiver_libs/
|
wget https://git.psi.ch/api/v4/projects/8224/packages/generic/bsred_receiver/1.0.1/bsread_receiver-1.0.1-Linux.tar.gz
|
||||||
ln -s bsread_receiver_libs/bsread_receiver-<version> bsread_receiver
|
tar xvzf bsread_receiver-1.0.1-Linux.tar.gz
|
||||||
|
cd ..
|
||||||
|
ln -s bsread_receiver_libs/bsread_receiver-1.0.1-Linux bsread_receiver
|
||||||
|
|
||||||
cd GENERiC
|
cd GENERiC
|
||||||
source ~/go4/go4-6.3.0/builddir/go4login
|
source ~/go4/go4-6.3.0/builddir/go4login
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
Reference in New Issue
Block a user