lean4-htt/doc/make/fedora-19.md
2017-02-17 20:36:53 -08:00

393 B

Install Packages on Fedora 19

Instructions for installing git, cmake, gmp, gperftools on Fedora

sudo yum install -y git cmake gmp-devel gperftools-devel

Instructions for installing gcc-4.8 (C++11 compatible) on Fedora

sudo yum install -y gcc-c++

Instructions for installing clang-3.3 (C++11 compatible) on Fedora

sudo yum install -y clang-devel