This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/usr/bin/bash | |
sudo apt-get install cmake make gcc g++ gfortran m4 | |
# create costs folder | |
cd /usr/local/ | |
sudo mkdir FCICOMP_COTS | |
cd FCICOMP_COTS | |
sudo mkdir zlib |