Re: making a binary tarball from SVN

2008-07-28 Thread Enrico Forestieri
G. Milde writes: > Is there an easy way to make a *binary* tarball out of the SVN sources? Use "make DESTDIR=/tmp/lyx-inst install" and then make an archive of everything in /tmp/lyx-inst. -- Enrico

Re: making a binary tarball from SVN

2008-07-28 Thread Pavel Sanda
> On 14.07.08, Jean-Marc Lasgouttes wrote: > > "G. Milde" <[EMAIL PROTECTED]> writes: > > > > compiling LyX from the source took me some hours, so I thought I could > > > install from a tarball on my second machine. However, trying with > > > > > > make dist-bzip2 > > > Does it work now? > > S

Re: making a binary tarball from SVN

2008-07-28 Thread G. Milde
On 14.07.08, Jean-Marc Lasgouttes wrote: > "G. Milde" <[EMAIL PROTECTED]> writes: > > compiling LyX from the source took me some hours, so I thought I could > > install from a tarball on my second machine. However, trying with > > > > make dist-bzip2 > Does it work now? Sort of: it complained

Re: making a binary tarball from SVN

2008-07-14 Thread Jean-Marc Lasgouttes
"G. Milde" <[EMAIL PROTECTED]> writes: > Dear LyX users, > > compiling LyX from the source took me some hours, so I thought I could > install from a tarball on my second machine. However, trying with > > make dist-bzip2 Hi, Does it work now? JMarc

Re: making a binary tarball from SVN

2008-07-08 Thread Jean-Marc Lasgouttes
"G. Milde" <[EMAIL PROTECTED]> writes: > The same, as both depend on "distdir" and distdir fails because there is no > rule to create "config.h.in": Did you try an ./autogen.sh? config.h.in is now in top source directory. JMarc

Re: making a binary tarball from SVN

2008-07-08 Thread G. Milde
On 7.07.08, Pavel Sanda wrote: > > Dear LyX users, > > > > compiling LyX from the source took me some hours, so I thought I could > > install from a tarball on my second machine. However, trying with > > > > make dist-bzip2 > what happens with "make dist"? The same, as both depend on "distdi

Re: making a binary tarball from SVN

2008-07-07 Thread Pavel Sanda
> Dear LyX users, > > compiling LyX from the source took me some hours, so I thought I could > install from a tarball on my second machine. However, trying with > > make dist-bzip2 what happens with "make dist"? pavel