From 6d7d048e6fdc0d48a841241cc8c3c7d272c8929b Mon Sep 17 00:00:00 2001 From: rigid Date: Thu, 14 Nov 2013 14:06:41 +0100 Subject: [PATCH] Added note for choosing "swift-2.x" branch when using the swift live ebuild - this might be removed when switching to swift-3.x --- documentation/installation/gentoo.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/installation/gentoo.md b/documentation/installation/gentoo.md index 85c07302..9c179d73 100644 --- a/documentation/installation/gentoo.md +++ b/documentation/installation/gentoo.md @@ -43,6 +43,10 @@ All done! Add the overlay by issuing ## Install spectrum2 +If you want to use the swift live ebuild, you have to install it from the 'swift-2.x' branch before emerging spectrum2: ```# swift_LIVE_BRANCH="swift-2.x" emerge =net-im/swift-9999 --autounmask-write -a``` + +Emerge spectrum2: + # emerge spectrum:2 --autounmask-write -a # dispatch-conf @@ -52,3 +56,4 @@ All done! Add the overlay by issuing # emerge spectrum:2 -a This will tell portage to unmask the needed packages, all dependencies should be pulled in automatically, you can change the needed features by the USE-Flags provided. +