Code Monkey home page Code Monkey logo

sharpfont.dependencies's Introduction

SharpFont Dependencies

SharpFont provides builds for all the native libraries it depends on for platforms that don't ship with the libraries and that don't have packages for them in some kind of package manager.

FreeType

For FreeType, we will support and store a large number of versions in the following structure:

  • Dependencies
    • freetype2
      • MAJOR.MINOR.PATCH-DEPENDENCIES
        • COMPILER (e.g. msvc12, mingw)
          • ARCHITECTURE (e.g. x86, x64, ARM)
            • freetype6.dll

In this example I only use .dll's, but any other platform is fine, so long as it is different than the build distributed with the OS/package manager and doesn't include anything proprietary. Feel free to submit a pull request if you can compile a different version of FreeType than what is currently available. I will eventually try and get this worked into a testing framework.

Managed Dependencies

Any dependency that's managed may sit as a single .dll in this directory.

Other Dependencies

In the case that there are native dependencies outside of FreeType, they should be placed in their own folder and include subfolders for each compiled platform, similar to FreeType. If versions are also included it should probably become it's own wrapper library. ๐Ÿ˜›

Licensing

Libraries that require a copy of their license be distributed with binaries should all be included in LICENSE.md.

sharpfont.dependencies's People

Contributors

robmaister avatar brisingraerowing avatar xposure avatar jvbsl avatar

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.