rtoslab 2e085ca406 add third party include path. 7 jaren geleden
..
freetype 5de991ce47 add third party sources. 7 jaren geleden
jbig2dec 5de991ce47 add third party sources. 7 jaren geleden
jpeg 6d1eb41300 add jconfig.h. 7 jaren geleden
openjpeg 2e085ca406 add third party include path. 7 jaren geleden
zlib 5de991ce47 add third party sources. 7 jaren geleden
README 5de991ce47 add third party sources. 7 jaren geleden

README

This directory holds third party libraries as git submodules.

If the directories are empty, the makefile based build will try
to use system libraries instead.

To set up the third party modules for building from git:

$ git submodule init
$ git submodule update

Then after each pull (to make sure they're up to date):

$ git submodule update

Do NOT edit files in the submodule checkouts unless you know what you're doing.