PDFlib for embedded Linux ========================== This package demonstrates the availability on embedded Linux Systems. The binaries have been developed and tested on a system based on Marvell 5182 500MHz CPU. This system uses a rather old Linux system: $ cat /proc/version Linux version 2.6.12.6-arm1 (root@NasARM4) (gcc version 3.4.4 (release) (CodeSourcery ARM 2005q3-2)) The binaries were created using the "Sourcery G++ Lite 2005Q1B" toolchain, see https://sourcery.mentor.com/sgpp/lite/arm/portal/subscription3057 To use the package you need a compatible embedded Linux system and the toolchain installed. If you want to test our software on different embedded systems/toolchains please contact support@pdflib.com. Content of this package ----------------------- readme.txt this file c/ examples for C c/lib/ library c/include/ include file cpp/ examples for C++ data/ resources required by some of the examples doc/ documentation Building the examples --------------------- On your build system unpack the demo package, change to the "c" directory and run the command: $ make CXX=arm-none-linux-gnueabi-g++ Running the examples -------------------- To run the examples you have to transfer the content of the "c" directory and the "data" directory to your test system. Now you can run the examples.