https://github.com/robmaister/sharpfont.dependencies
Binary dependencies for SharpFont
https://github.com/robmaister/sharpfont.dependencies
Last synced: 3 months ago
JSON representation
Binary dependencies for SharpFont
- Host: GitHub
- URL: https://github.com/robmaister/sharpfont.dependencies
- Owner: Robmaister
- License: other
- Created: 2015-01-12T08:44:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T00:52:08.000Z (about 4 years ago)
- Last Synced: 2025-01-27T02:34:35.409Z (4 months ago)
- Size: 10.3 MB
- Stars: 13
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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.dllIn 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. :stuck_out_tongue:## Licensing
Libraries that require a copy of their license be distributed with binaries
should all be included in [LICENSE.md][1].[1]: https://github.com/Robmaister/SharpFont/blob/master/Dependencies/LICENSE.md