Install Packages on Fedora 19
-----------------------------

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

    sudo yum install -y git cmake mpfr-devel 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