Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1022 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 1022 Bytes

This is libass for XBMC (Windows edition)

In order to build, you need the following dependecies:

You need to extract these dependencies in the folder deps (create it if it does not exist). You must follow this structure:

  • deps/
    • lib/
      • libiconv.lib
      • libfribidi.lib
      • libenca.lib
      • harfbuzz.lib
      • freetype246MT.lib
      • fontconfig.lib
    • include
      • iconv.h
      • hb-*.h
      • fribidi*.h
      • enca.h
      • freetype/*
      • fontconfig/*

Open the VS solution, and build!