Skip to content

ansmirnov/cakeml-build-on-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

Instructions for building CakeML on CentOS 8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published