14 lines
393 B
Markdown
14 lines
393 B
Markdown
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
|