2. Build from source on Windows platform
1) Unpack the libharu package.
unzip -xvzf libharu_2.X.X_win32.zip
2) Open command prompt and change current directory to "libharu-2.X.X".
cd libharu-X.X.X
3) Build library with using appropriate Makefile in "script" directory.
nmake -f script\Makefile.msvc (Microsoft VC++ compiler)
make -f script\Makefile.bcc32 (Borland C++ compiler)
make -f script/Makefile.mingw (MinGW on MSYS, MinGW on cygwin)
If you want to create DLL, use Makefile.msvc_dll, Makefile.bcc32_dll,
Makefile.mingw_dll instead.
4) Type "make demo" to test library. If it succeeds, some PDF files are
madein the demo directory.
An install command is not provided on Windows platform.
Partager