Gentoo Archives: gentoo-user

From: Thanasis Papakonstantinou <athpap@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] download first and compile later?
Date: Fri, 30 Sep 2005 09:42:19
Message-Id: 12b2835b0509300236j7864b3ffic77368681d7feffc@mail.gmail.com
In Reply to: [gentoo-user] download first and compile later? by vikram ranade
1 emerge -pv --newuse --columns package
2 to see what must be downloaded (dependencies if any to the package)
3 emerge -fv --newuse --columns package
4 to fetch it (download)
5 emerge -v --newuse --columns package
6 to compile your downloaded package
7 On 9/30/05, vikram ranade <ranade.vikram@×××××.com> wrote:
8 >
9 > Quick question....
10 > I looked in the emerge man pages but i cant seem to figure out how to
11 > download all the packages using emerge and then compile them
12 > is there some parameter that i can use?
13 >
14 >
15 > emerge <download first parameter> <package>
16 > ?
17 > or do i have to mess with the make.conf file?
18 > Thanks!
19 > regards,
20 > Vikram
21 >