Skip to content

Commit

Permalink
add gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
muranava committed Mar 12, 2021
1 parent cf3fb48 commit 0c00285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
apt-get update -qq
apt-get install -y zlib1g-dev automake autoconf git \
libtool subversion libatlas3-base python3-pip \
python3-dev wget unzip python3
python3-dev wget unzip python3 gfortran
apt-get install -y ffmpeg || echo -n "\n\nYou have to install ffmpeg from a PPA or from https://ffmpeg.org before you can run gentle\n\n"
python3 setup.py develop
elif [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down

0 comments on commit 0c00285

Please sign in to comment.