Michael Van Canneyt wrote:
Inno setup (for the windows installer) uses bz2, so that is
already a start :-)
I think the lazarus inno setup installer uses a variant of 7z. But its
compressing time is about 1 MB (compressed) per minute: so 40 minutes
for a 40 MB installer.
Vincent
_
ϸòð Êîñàðåâñêèé ñ mail.ru wrote:
> FK> Jonas Maebe wrote:
>>> On 24 mei 2006, at 17:30, Florian Klaempfl wrote:
>>>
Not really because it is simply a tar ball of several .tar.gz. Because
gzip is spread wider, we use this instead of bzip2/7zip.
>>> Isn't bzip2 available more or less every
Jonas Maebe wrote:
>
> On 24 mei 2006, at 17:30, Florian Klaempfl wrote:
>
>> Not really because it is simply a tar ball of several .tar.gz. Because
>> gzip is spread wider, we use this instead of bzip2/7zip.
>
> Isn't bzip2 available more or less everywhere nowadays? (at least where
> gzip is a
On 24 mei 2006, at 17:30, Florian Klaempfl wrote:
Not really because it is simply a tar ball of several .tar.gz. Because
gzip is spread wider, we use this instead of bzip2/7zip.
Isn't bzip2 available more or less everywhere nowadays? (at least
where gzip is available, and in particular on L
Krishna wrote:
> Hi all,
>
> Is there any particular reason for not compressing the release
> tarballs (Linux f.e) with say bzip2 or even 7zip? The uncompressed
> tarball weighs in around 24M and I'm sure bzipping will reduce it by a
> large margin.
Not really because it is simply a tar ball of
On vrijdag, jul 25, 2003, at 14:17 Europe/Brussels, A.J. Venter wrote:
No sense reinventing the wheel, except for one tiny
downside - we have no access to the ide sources.
Sure you do, checkout the module "ide" from cvs. The problem with the
IDE is that you can't build the version we distribute,
Trouble is, that is the only feature I miss !
Everything else about the borland IDE is downright annoying in it's
primitiveness. Had this not been the case, I would have been using the
fp ide anyway.
I use vim myself.
Hence my thought of a separate proggie that can do this. The easy way
here woul
On Fri, Jul 25, 2003 at 10:33:19AM +0200, Jonas Maebe wrote:
>
> On vrijdag, jul 25, 2003, at 08:30 Europe/Brussels, A.J. Venter wrote:
>
> >I miss being able to put the cursor on a function/procedure/reserved
> >word name and hitting F1 to see the help section for it.
>
> The text mode IDE alre
On vrijdag, jul 25, 2003, at 08:30 Europe/Brussels, A.J. Venter wrote:
I miss being able to put the cursor on a function/procedure/reserved
word name and hitting F1 to see the help section for it.
The text mode IDE already has support for this (using the html
documentation).
Jonas
_