Git Product home page Git Product logo

Comments (11)

roozbehp avatar roozbehp commented on July 21, 2024

Some other dependencies I found:
Cython for booleanOperations
scipy (used in fontbuild)

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

Then there's the various dependencies of fontforge at https://github.com/fontforge/fontforge/blob/master/INSTALL-git.md#1-dependencies, assuming one wants to build it from source. (How buggy is the version shipping on Ubuntu?)

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

The requirements for fontforge from the link above appear to be crazy, they pull too many pieces. We can probably do with less than everything.

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

And then fontforge seems to pull down some of the requirements it is listing separately and build them itself again!

from roboto.

jamesgk avatar jamesgk commented on July 21, 2024

Yea, I never actually tried building fontforge from source, it does seem messy. But the version in the Ubuntu repository actually is quite stable. In any case, I think we are close to removing the fontforge dependency entirely, so I'm thinking that it's not worth worrying about for now.

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

Yet another dependency: the tests depend on HarfBuzz being available. layout.py depends on nototools.render, which needs HarfBuzz.

from roboto.

behdad avatar behdad commented on July 21, 2024

Normally modules only list their direct dependencies...

from roboto.

jamesgk avatar jamesgk commented on July 21, 2024

If we use git submodules, do we need to worry about our indirect dependencies? If not, it would seem to me that both this and issue #2 could be solved by introducing submodules. In that case I'd feel somewhat inclined to prioritize that task (assuming that it wouldn't take very long).

from roboto.

behdad avatar behdad commented on July 21, 2024

Depends I guess. For AFDKO and FontForge, git submodules won't help. For other ones, I think you need to add deps of deps if the deps themselves don't have any setup to pull them down.

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

I believe with nototools the submodules won't help pull in harfbuzz either.

from roboto.

roozbehp avatar roozbehp commented on July 21, 2024

Assuming fixed by #8 and #21.

from roboto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.