Differences

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

Link to this comparison view

linux:gentoo [2006/12/14 01:23]
cyril
linux:gentoo [2013/09/19 16:40]
Line 1: Line 1:
-====== Gentoo ====== 
  
-Gentoo is a source distribution, very efficient and well done, with a very good documentation and community. 
- 
-===== Emerge step-by-step for modifying source ===== 
- 
-<code BASH> 
-ebuild fluxbox fetch   ; to download the package 
-ebuild fluxbox unpack  ; to uncompress the sources 
-; here you can modify sources 
-ebuild fluxbox compile ; to compile 
-ebuild fluxbox install ; to install (first part) 
-ebuild fluxbox qmerge  ; to install (second part) 
-ebuild fluxbox clean   ; to clean temporary folders 
-</code> 
- 
-This is exactly equivalent to : 
-<code> 
-emerge fluxbox 
-</code> 
linux/gentoo.txt ยท Last modified: 2013/09/19 16:40 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0