Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Libreoffice Compile
Date: Sat, 11 May 2013 18:04:05
Message-Id: CADPrc80UZ+e8HQ47kOgR5_kMjPwNgNa9YbWSZ2wAgxKp-sjA-A@mail.gmail.com
In Reply to: [gentoo-user] Libreoffice Compile by Silvio Siefke
1 On Sat, May 11, 2013 at 12:53 PM, Silvio Siefke <siefke_listen@×××.de> wrote:
2 >
3 > Hello,
4 >
5 > is there a way that i can compile Libreoffice on my Desktop System and
6 > copy to the Netbook? Because the netbook need long time to compile libreoffice,
7 > and the Desktop is little faster. Or can i build a libreoffice Package on
8 > Desktop and copy to the netbook?
9 >
10 > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is a Fujitsu P4.
11
12 emerge --buildpkg libreoffice
13 scp /usr/portage/packages/app-office/libreoffice*
14 netbook:/usr/portage/packages/app-office
15 ssh netbook
16 emerge -k libreoffice
17
18 Just make sure the CHOST and CFLAGS on both machines are the same.
19
20 Regards.
21
22 --
23 Canek Peláez Valdés
24 Posgrado en Ciencia e Ingeniería de la Computación
25 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] Libreoffice Compile "Canek Peláez Valdés" <caneko@×××××.com>