Skip to content

Commit

Permalink
Install script modified to use apt instead of snap to install cmake d…
Browse files Browse the repository at this point in the history
…ependency
  • Loading branch information
fusge committed Oct 13, 2024
1 parent 28c75fd commit 038fb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ apt-get -y install \
build-essential qtbase5-dev qtbase5-dev-tools \
libqwt-qt5-dev libqt5svg5-dev libhdf5-dev \
libgsl-dev libgtest-dev libgmock-dev libfmt-dev vim lshw stress \
binutils-dev zstd git \
binutils-dev zstd git cmake\
crash kexec-tools makedumpfile kernel-wedge libncurses5-dev libelf-dev \
flex bison pkgconf python3-pip ninja-build dwarves
snap install cmake
echo "-----> Package dependencies installed."
echo "-----> Done."

0 comments on commit 038fb46

Please sign in to comment.