Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 589 Bytes

README.org

File metadata and controls

38 lines (26 loc) · 589 Bytes

CakeML Build on CentOS8

Go to the working directory

cd ~

Install dependences

sudo yum install -y make gcc-c++

Download CakeML

curl -L https://github.com/CakeML/cakeml/releases/download/v1370/cake-x64-64.tar.gz > cake-x64-64.tar.gz

Extract the archive

tar -xzvf cake-x64-64.tar.gz

Change directory

cd ~/cake-x64-64

Build CakeML

make