Office development kit - implements the first step on the way to the LibreOffice SDK tarball. Part of the SDK; to build you need to add --enable-odk. Testing the examples: ===================== * See how to set up the SDK. ** When asked about it during configuration, tell the SDK to do automatic deployment of the example extensions that get built. * In a shell set up for SDK development, build (calling "make") and test (following the instructions given at the end of each "make" invocation) each of the SDK's examples/ sub-directories. ** An example script to build (though not test) the various examples in batch mode is find examples \( -type d -name nativelib -prune \) -o \ \( -name Makefile -a -print -a \( -execdir make \; -o -quit \) \) (Note that one of the example extensions asks you to accept an example license on stdin during deployment.) -4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/freetype
AgeCommit message (Expand)Author
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist
2012-11-15tweak some build.lsts...Michael Stahl
2012-11-05cleanup README files.Michael Meeks
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
2012-10-24freetype: convert to gbuildMatúš Kukan
2012-10-10Mention that these are used for Android onlyTor Lillqvist
2012-10-10add a README filesManal Alhassoun
2012-08-13freetype: add missing "solenv" dependencyMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-20Build freetype and fontconfig statically for AndroidTor Lillqvist
2012-01-30keep the module name consistent in build.lstNorbert Thiebaud
2012-01-05Don't use soname, Android doesn't support thatTor Lillqvist
2011-12-11Don't bother with a freetype2 subdirectory for headers after allTor Lillqvist
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist