Re: [dev] How to run from solver

2006-06-12 Thread Chris

Hi Elke,

many thanks. I will try that.

Cheers

Chris

Eike Rathke wrote:

Hi Chris,

On Wed, Jun 07, 2006 at 22:19:33 +0200, Chris wrote:

  
Question: How can I install my build in a separate directory without 
affecting

the package system? Is it possible to run OO directly from the source tree ?



You can use the following commands to unpack the DEBs and copy
everything to an installation directory, note that you may want to
exclude the openoffice.org-*-integration_* packages to not clutter up
your desktop, so move them away first.

mkdir temppath
cd temppath
for x in PathToDebs/*.deb; do alien --to-tgz --generate $x; done
mkdir YourInstPath
cp -av */opt/openoffice.org2.0/* YourInstPath

Then edit YourInstPath/program/bootstraprc to let UserInstallation point
to a path not interferring with your work environment. Do this before
running OOo the first time.

If building RPMs,
ftp://ftp.stardiv.de/pub/OpenOffice.org/developer/install_scripts/
has some scripts to install RPMs in userland.

  Eike

P.S.: As you're not subscribed to the mailing list you were posting to,
you will miss replies that are directed to the list only. When answering,
please reply only to the list (Reply-To header is set), not to my
personal account. Thanks.

  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] How to run from solver

2006-06-08 Thread Chris

Hello !

I just started trying to hack OO a bit.
I finally made it to run a complete build from the CVS repository.

The build ends with a bunch ob .deb files to install on my Debian system.

Question: How can I install my build in a separate directory without 
affecting

the package system? Is it possible to run OO directly from the source tree ?

Any hints welcome.

Thanks

Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to run from solver

2006-06-08 Thread Tobias Krais
Hi Chris,

 I just started trying to hack OO a bit.
 I finally made it to run a complete build from the CVS repository.
 
 The build ends with a bunch ob .deb files to install on my Debian system.
 
 Question: How can I install my build in a separate directory without
 affecting
 the package system? Is it possible to run OO directly from the source
 tree ?
 
 Any hints welcome.

make a dircetory and the dpkg -X whatever.deb. But may be you will miss
any dependencies. Give it a try.

Another solution would be that you install a chroot environment... a bit
oversizeda but it won't affect anything.

Greetings, Tobias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to run from solver

2006-06-08 Thread Eike Rathke
Hi Chris,

On Wed, Jun 07, 2006 at 22:19:33 +0200, Chris wrote:

 Question: How can I install my build in a separate directory without 
 affecting
 the package system? Is it possible to run OO directly from the source tree ?

You can use the following commands to unpack the DEBs and copy
everything to an installation directory, note that you may want to
exclude the openoffice.org-*-integration_* packages to not clutter up
your desktop, so move them away first.

mkdir temppath
cd temppath
for x in PathToDebs/*.deb; do alien --to-tgz --generate $x; done
mkdir YourInstPath
cp -av */opt/openoffice.org2.0/* YourInstPath

Then edit YourInstPath/program/bootstraprc to let UserInstallation point
to a path not interferring with your work environment. Do this before
running OOo the first time.

If building RPMs,
ftp://ftp.stardiv.de/pub/OpenOffice.org/developer/install_scripts/
has some scripts to install RPMs in userland.

  Eike

P.S.: As you're not subscribed to the mailing list you were posting to,
you will miss replies that are directed to the list only. When answering,
please reply only to the list (Reply-To header is set), not to my
personal account. Thanks.

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]