From 2250c1356f159bbfab233fdfb6443ba87c7710a0 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Mon, 2 Sep 2013 17:07:40 -0700 Subject: [PATCH] Add build instructions for Fedora19 --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8eaf2931..fe66b280f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Requirements - cmake http://www.cmake.org -Install Packages on Ubuntu --------------------------- +Install Packages on Ubuntu 12.04 LTS +------------------------------------ Instructions for installing gperftools on Ubuntu @@ -56,8 +56,23 @@ option. For example [1]: http://clang.llvm.org/cxx_status.html -Install Packages on OS X ------------------------- +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 + +Install Packages on OS X 10.8 +----------------------------- We assume that you are using [homebrew][homebrew], "The missing package manager for OS X". [homebrew]: http://brew.sh