Skip to content

Commit

Permalink
Update README_ForBScStudents.md
Browse files Browse the repository at this point in the history
update fastjet version
  • Loading branch information
mverwe authored Mar 11, 2025
1 parent 37f989c commit 7eb45ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_ForBScStudents.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ cd ..
### Install fastjet

```sh
curl -O http://fastjet.fr/repo/fastjet-3.4.2.tar.gz
tar zxvf fastjet-3.4.2.tar.gz
cd fastjet-3.4.2/
curl -O http://fastjet.fr/repo/fastjet-3.4.3.tar.gz
tar zxvf fastjet-3.4.3.tar.gz
cd fastjet-3.4.3/

./configure --prefix=$PWD/../fastjet342-install
./configure --prefix=$PWD/../fastjet343-install
make
make check
make install
FASTJET=$PWD/../fastjet342-install
FASTJET=$PWD/../fastjet343-install
cd ..

export FJ_CONTRIB_VER=1.053
Expand Down

0 comments on commit 7eb45ea

Please sign in to comment.