Changeset - 8966c2ff3ea1
[Not reviewed]
Merge
0 1 0
vitalyster - 12 years ago 2013-11-14 14:11:48
vitalyster@gmail.com
Merge pull request #47 from rigid/patch-4

Added note for choosing "swift-2.x" branch when using the swift live ebu...
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
documentation/installation/gentoo.md
Show inline comments
 
@@ -22,33 +22,38 @@ Now, you need to add the overlay by creating a new file, let's call it `/etc/lay
 
	    <description><![CDATA[Spectrum 2 and others]]></description>
 
	    <homepage>http://pubgit.rpgfiction.net/?p=portage-overlay.git;a=summary</homepage>
 
	    <owner>
 
	      <email>chain@rpgfiction.net</email>
 
	      <name><![CDATA[chain (Richard H.)]]></name>
 
	    </owner>
 
	    <source type="git">git://pubgit.rpgfiction.net/portage-overlay.git</source>
 
	    <feed></feed>
 
	  </repo>
 
	</repositories>
 

	
 
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
 

	
 
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
 
	(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.
 

	
0 comments (0 inline, 0 general)