From b50101c8a968bb398a3763fed0fae5c3106e744d Mon Sep 17 00:00:00 2001 From: "RyanTang@nrb119c" Date: Wed, 10 Apr 2024 14:03:13 -0400 Subject: [PATCH] update README.md for fresh ubuntu install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3dec2..5d36dbd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ you should have the '''clover''' created. I pick the Qt + openGL as the visualiization, for that we need ```sh ->sudo apt install qt6-base-dev libqt6charts6-dev +>sudo apt install qt6-base-dev libqt6charts6-dev qt6-3d-dev ``` the openGL should come with Ubuntu 22.04 @@ -47,6 +47,7 @@ the openGL should come with Ubuntu 22.04 ## Steps ```sh +>sudo apt install libexpat1-dev libxmu-dev linxkbcommon-dev >cd Downloads >wget https://gitlab.cern.ch/geant4/geant4/-/archive/v11.2.0/geant4-v11.2.0.tar.gz >tar xzf geant4-v11.2.0.tar.gz