kawa-3.1.1 released

Duncan Mak duncanmak@gmail.com
Fri Jan 17 18:31:00 GMT 2020


On Fri, Jan 17, 2020 at 1:33 AM Per Bothner <per@bothner.com> wrote:
>
> I'm not sure whether you mean this is a bug in kawa 3.1.1 (as
> released) or in how Homebrew installs it?
>
> There are multiple ways one could "install" Kawa.  One specific
> way that I intend to support is that you could just unzip kawa-VERSION.zip
> into a location, optionally and then set up a bunch of symlinks.  For example:
>
> cd /usr/local/Cellar
> unzip kawa-VERSION.zip
> # Optionally: mkdir -p kawa && mv kawa-VERSION to kawa/VERSION
> cd /path-to-homebew-bin/ && ln -s /usr/local/Cellar/kawa-VERSION/bin/kawa kawa

The bug is in my PR, which is what Homebrew calls the Formula. I don't
think the bug is in kawa 3.1.1.

My PR with just the version bump has just been accepted.

I'll try to send another PR to Homebrew to properly copy the doc
directory with the epub file to the right place so that the
browse-manual feature would work.

Thanks!

-- 
Duncan.



More information about the Kawa mailing list