Install in Gentoo

Create you own Overlay

  1. /etc/make.conf:
    ...
    source /usr/portage/local/mine/make.conf
    ...
  2. mkdir -p /usr/portage/local/mine/
  3. /usr/portage/local/mine/make.conf:
    PORTDIR_OVERLAY="
    /usr/portage/local/mine
    $PORTDIR_OVERLAY
    "
  4. 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

Emerge

  1. As root:
    emerge astade -av
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