From 4e13f33fb2cc27ef3ba550cf7060b5c804286003 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 9 Jan 2012 13:26:26 -0500 Subject: [PATCH] Fixed formatting on setup page --- Setup.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Setup.md b/Setup.md index 64ce629..3bb1f70 100644 --- a/Setup.md +++ b/Setup.md @@ -2,17 +2,17 @@ 1. Follow the Gentoo Handbook for installing Gentoo -[Gentoo Handbook](http://www.gentoo.org/doc/en/handbook/) + [Gentoo Handbook](http://www.gentoo.org/doc/en/handbook/) 2. Install LLVM/Clang (Optional) -Clang is a faster compiler than the default GCC. It produces binary as fast, or faster than GCC. To set up clang, - -run `emerge llvm clang` - -and add these to lines to the top of your `/etc/make.conf` file - - CC=/usr/bin/clang - CXX=/usr/bin/clang++ + Clang is a faster compiler than the default GCC. It produces binary as fast, or faster than GCC. To set up clang, -If a package fails to compile with clang, you can comment out those lines, and recompile the package with GCC. \ No newline at end of file + run `emerge llvm clang` + + and add these to lines to the top of your `/etc/make.conf` file + + CC=/usr/bin/clang + CXX=/usr/bin/clang++ + + If a package fails to compile with clang, you can comment out those lines, and recompile the package with GCC. \ No newline at end of file