Hi Martin, homebrew no longer supports build options, so in order to build ttfautohint with GUI with homebrew we had to make a separate, custom formula which is not hosted on the homebrew-core (upstream) repo, but on a so-called Homebrew Tap (i.e. a user's github repository). The command-line-only version of ttfautohint is still available as `brew install ttfautothint`, as usual. If you want to build the GUI version as well, you can use this command:
$ brew install anthrotype/ttfautohint/ttfautohintGUI Probably better to `brew uninstall ttfautohint` before you attempt the above command, since that will install both `ttfautohint` and `ttfautohintGUI` commands. The instructions on the website need to be updated accordingly. /cc @Werner LEMBERG <[email protected]> Let me know if that works for you, Cheers Cosimo On Wed, Jan 9, 2019 at 1:02 PM Martin Wenzel <[email protected]> wrote: > > Hi, > > i’ve just installed ttfautohint and ttfautohintGUI > > I’m runing Mac OS 10.13.6 (17G65) > > As described on > https://www.freetype.org/ttfautohint/osx.html > > I ran the installation via the Terminal app, using the suggested > brew install ttfautohint --with-qt5 > > After installation I type > ttfautohint > which gives me a list of options, which is good. > > Trying to start the GUI version though, typing > ttfautohintGUI > I only get a “Command not found” > > Can you help with this issue? > > Best, > Martin > > > supertype.de > Martin Wenzel > +49 (0)15 20 35 45 006 > t @MartinSupertype > i @sprtyp > > > > > > _______________________________________________ > Freetype-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/freetype-devel
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
