Skip to content

Commit

Permalink
editing setup file to install dependencies (nasm)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatateDu609 committed Jul 11, 2022
1 parent bf89e2f commit caacf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

THREADS=`nproc`

sudo apt install libmpc-dev libgmp3-dev libmpfr-dev texinfo bison flex build-essential libisl-dev
sudo apt install libmpc-dev libgmp3-dev libmpfr-dev texinfo bison flex build-essential libisl-dev nasm

rm -rf $PREFIX
mkdir -p $PREFIX/{src,bin,lib,include}
Expand Down

0 comments on commit caacf45

Please sign in to comment.