From e11f8008b58313fc69fbd6684863231bb98934e4 Mon Sep 17 00:00:00 2001 From: augustin_s Date: Fri, 10 Jan 2025 10:49:49 +0100 Subject: [PATCH] Update go4 under rh8 --- go4-under-rh8.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go4-under-rh8.md b/go4-under-rh8.md index 49a6ae7..f49b959 100644 --- a/go4-under-rh8.md +++ b/go4-under-rh8.md @@ -1,12 +1,12 @@ # instructions for RH8 -## install packages: +## install packages ``` sudo yum install root root-* qt5-devel qt5-qtwebengine-devel ``` -## compile go4: +## compile go4 ``` mkdir ~/go4 cd ~/go4 @@ -19,13 +19,13 @@ cmake -Dhdf5=ON .. make -j $(nproc) ``` -## run go4: +## run go4 ``` source ~/go4/go4-6.3.0/builddir/go4login go4 ``` -## compile analysis: +## compile analysis ``` cd ~/go4 git clone https://gitlab.psi.ch/augustin_s/go4-generic.git GENERiC