Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Adding (compiling) a module to already build Zsh
- X-seq: zsh-workers 39294
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Adding (compiling) a module to already build Zsh
- Date: Mon, 12 Sep 2016 08:12:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=rKeL3X4/+H3Vv32wGtAFNT7ZtJkeLRFXvI+xEP+v7lc=; b=AaUGbEuKYJW3FW9Z05iGZ2XPc71TmQhuibaiZ27VDi8d9kX28nJ0CYQC+sfusPDfgm qo9OSj/AGrWQdue6TmV3+qOQqjK6gaw+zZULza/zXMIALYn1a4L6s+vpNp83/w/sWRu6 qc21lgsiZJEjcdd+qXeoctXWRM5v0ENUi1f0NNK9lWJ4lDLFBMxZFGefdg86iTEzHcLZ zdXTswNeONJsEXzTfoU9gkIVRnhsF5oZNFZyAFJVoVbFsNBL4UtUIyif1enkS4987T2y VHpV1MKuQ2/uPSA6f4Q3Zz3KFWQ+pVckR6x5dSj/OH7qT3MwaxphexuR9rRY68W7UACs Kz6Q==
- 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
Hello,
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?
There should be something like Linux kernel-headers-*.(deb,rpm,etc.),
however, I think gdbm and pcre add linkage to additional libraries to
the Zsh binary itself. I guess there will be more obstacles, but who
knows, maybe it's possible? It would be then possible to do following:
bundle module source together with plugin (yeah, the current state of
art Oh-My-Zsh plugin architecture's) and build the module at first
load of the plugin.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author