Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Libreoffice Compile
Date: Sat, 11 May 2013 22:42:52
Message-Id: kmmhft$vg1$1@ger.gmane.org
In Reply to: [gentoo-user] Libreoffice Compile by Silvio Siefke
1 On 11/05/13 20:53, Silvio Siefke wrote:
2 > Hello,
3 >
4 > is there a way that i can compile Libreoffice on my Desktop System and
5 > copy to the Netbook? Because the netbook need long time to compile libreoffice,
6 > and the Desktop is little faster. Or can i build a libreoffice Package on
7 > Desktop and copy to the netbook?
8 >
9 > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4.
10
11 You can create a binary package on your desktop if you already have LO
12 installed with:
13
14 quickpkg --include-config=y app-office/libreoffice
15
16 The package will be created in the "packages" directory inside the
17 portage directory. You can copy that directory to the laptop and emerge
18 the binary package of LO there with:
19
20 emerge -K app-office/libreoffice
21
22 The USE flags of the package have to match with those in your desktop.
23 For a more general way to share packages between machines, read:
24
25 http://wiki.gentoo.org/wiki/Binary_package_guide