diff --git a/documentation/installation/gentoo.md b/documentation/installation/gentoo.md deleted file mode 100644 index 5a88329e..00000000 --- a/documentation/installation/gentoo.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -layout: page -title: Spectrum 2 ---- - - -Thanks to layman, it is very easy to install Spectrum2. - -To use other repositories, please firt installing layman: - - # emerge layman - -Please make sure the **git** USE-Flag ist set. - -Now, you need to add the overlay by creating a new file, let's call it `/etc/layman/overlays/spectrum2.xml`: - - - - - - - - http://pubgit.rpgfiction.net/?p=portage-overlay.git;a=summary - - chain@rpgfiction.net - - - git://pubgit.rpgfiction.net/portage-overlay.git - - - - -Now you need to add the second line to `/etc/layman/layman.cfg`: - - overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml - file:///etc/layman/overlays/spectrum2.xml - -All done! Add the overlay by issuing - - # layman -S - # layman -a spectrum2 - - -## Install spectrum2 - -Emerge spectrum2: - - # emerge spectrum:2 --autounmask-write -a - - # dispatch-conf - (or) - # etc-update - - # 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. - - -Alternatively, you might want to use the live ebuild to compile the latest master snapshot: - - # emerge =net-im/spectrum:2.9999 --autounmask-write -a - - -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