From 3e069b9a51f01144087a91754cd4386a20764f26 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 9 Jan 2012 13:24:59 -0500 Subject: [PATCH] Updated various --- GENERAL.md | 4 ++-- Setup.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/GENERAL.md b/GENERAL.md index 9290441..69c9eea 100644 --- a/GENERAL.md +++ b/GENERAL.md @@ -48,7 +48,7 @@ And it's a good idea to see what packages will be installed, without actually in Each package added to the file looks like this: `[category]/[software] ~amd64` or if you are using a 32-bit version, `[category]/[software] ~x86` -* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add these to the `package.use` file in `/etc/portage` : +* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add this to the `package.use` file in `/etc/portage` : -`dev-lang/php mysql` +`dev-lang/php mysql mysqli mysqlnd` diff --git a/Setup.md b/Setup.md index 8e7b36a..64ce629 100644 --- a/Setup.md +++ b/Setup.md @@ -1,6 +1,10 @@ # General Setup -## Install LLVM/Clang +1. Follow the Gentoo Handbook for installing Gentoo + +[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,