Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Adding (compiling) a module to already build Zsh
- X-seq: zsh-workers 39316
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Adding (compiling) a module to already build Zsh
- Date: Wed, 14 Sep 2016 09:16:37 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DtFnp4W5qK6p+L5O9Bp0VN6Puu1buowmvd0fk3L65WY=; b=nktk/JmOyRZtfstPx/PkPlJKUOyCCvyy7GE0NPLB94yhc9JJi3QH8SbC82WtdPC5CT dUX9czXsdFBrVt16PIox/YxRrziD/evZVQtKevl9GP7cuZ/if98XdBRMw9OaZbQdLN2y xTtY+mrJy1pmvm5XGoaFBMocEpf9i63Znd98WyDJKIm4FEJbW9uCUmW3n9InENqHFP20 v2r3kbzPoheVxhG3xCBbgc8LWsx6EcXLLdAjmszhZ6aBNBwpqSUfOF9pmp0fqTKrDuqy BMLKN6BYwKtiOT1/ztnl2c/T3dTVHyLr9mVNcMNAJDDGujhvbMkOxspHqymg3AqIAfWA wIrg==
- In-reply-to: <160912103839.ZM25202@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVB+A2Pzjz5GF8MLT2j=fz+0JSLK9k2vkx2bt6ENRzirMw@mail.gmail.com> <160912103839.ZM25202@torch.brasslantern.com>
On 12 September 2016 at 19:38, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Sep 12, 8:12am, Sebastian Gniazdowski wrote:
> }
> } on IRC someone asked how to "add gdbm". I wonder if the module can be
> } easily added to already installed Zsh, if it's not already bundled?
>
> It should be possible to do this provided that
> (a) the zsh source matching the installed binary is available to
> compile against and
Could be something like the commonly occurring package
kernel-headers-*.(deb|rpm|etc.) created, with mostly header files
constituting a build environment (source files are rather not needed?)
? It would be cool thing from one other reason. For example, there is
gdbm module for Zsh. Its features make it capable of rising Zsh code
to another level. However, it is rarely available in distributed Zsh
packages (licensing issue? I'm not sure if license issue doesn't apply
only to pcre module). However, with easily available build environment
one would be able to distribute a gdbm module together with his plugin
and this way overcome licensing issue.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author