summaryrefslogtreecommitdiff
path: root/docs/example.c
AgeCommit message (Collapse)Author
2016-06-29Update examples.Tor Andersson
2016-01-05Link required thirdparty libraries into one library: libmupdfthird.aTor Andersson
Keep the extra thirdparty libraries (curl and glfw) separate. This matches the build process for android and win32. Also purge some unused makefile sections.
2015-09-25Update docs/example.c to use utility functions.Tor Andersson
And add error handling.
2015-06-11Update make instructions in examples to allow for crypto lib.Robin Watts
If libcrypto is installed then the Make system will cause HAVE_OPENSSL to be defined during the build. This pulls in dependencies on libcrypto, so this needs to be included in the link.
2015-04-08Add docs/example.c and docs/multi-threaded.c to 'make examples' target.Tor Andersson
Also update the examples for the recent API changes and make them build under MSVC.
2015-02-17Reference count fz_document.Tor Andersson
2014-08-15Add libmujs.a to documentation example build command.Tor Andersson
2014-04-02Update examples.Tor Andersson
2013-07-26Update single- and multi-threaded example mupdf usage.Sebastian Rasmussen
2013-06-20Rearrange source files.Tor Andersson