OSDN Git Service

binding with libharu.
[putex/putex.git] / src / texsourc / lib / libhpdf / if / freebasic / README.freebasic
1 To use this interface, you need to build Haru as a static library (.a) or use 
2 the binary package for win32.
3
4 There is an example program in this directory. 
5 The steps to run the demonstration program are as follows:
6
7 1. Build libHaru as a static library and copy libhpdf.a to your source 
8    directory.
9    If you want to build libhpdf on win32 platforms you need either
10    MinGW/MSYS or Cygwin.
11  
12 2. Put the include (.bi) files in your source directory.
13
14 3. Compile and run the demo program.
15
16    a) compile with: fbc hpdftest.bas
17    b) run with:     hpdftest.exe (on win32) or ./hpdftest (on linux)
18
19
20 For more informations see: http://www.freebasic.net/forum/viewtopic.php?t=9014
21
22
23 NOTE:
24 libhpdf.a is required to run the program which uses the FreeBasic interface for
25 libHaru.