Differences

This shows you the differences between two versions of the page.

Link to this comparison view

install:installingentoo [2015/05/13 10:42] (current)
thomas created
Line 1: Line 1:
 +====== Install in Gentoo ======
 +===== Create you own Overlay =====
 +  - /​etc/​make.conf:​ <​file>​...
 +source /​usr/​portage/​local/​mine/​make.conf
 +...</​file>​
 +  - <code bash>​mkdir -p /​usr/​portage/​local/​mine/</​code>​
 +  - /​usr/​portage/​local/​mine/​make.conf:​ <​file>​PORTDIR_OVERLAY="​
 +/​usr/​portage/​local/​mine
 +$PORTDIR_OVERLAY
 +"</​file>​
 +  - <code bash>​mkdir -p /​usr/​portage/​local/​mine/​dev-util/​astade
 +cd /​usr/​portage/​local/​mine/​dev-util/​astade
 +wget http://​apt.astade.de/​dists/​Source/​astade-1.1.4.ebuild.tar.gz
 +tar -xvzf astade-1.1.4.ebuild.tar.gz
 +</​code>​
 +===== Emerge =====
 +  - As root:<​code bash>​emerge astade -av</​code>​
  
install/installingentoo.txt ยท Last modified: 2015/05/13 10:42 by thomas
GNU Free Documentation License 1.3
Powered by PHP Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 Valid HTML5