home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / bind / tcl / readme.txt < prev    next >
Encoding:
Text File  |  2001-07-04  |  1.4 KB  |  49 lines  |  [TEXT/ttxt]

  1. Notes on the PDFlib Tcl binding:
  2.  
  3. Unix
  4. ====
  5.  
  6. - You may have to change the name of the tclsh binary in the
  7.   example scripts if you want to run them directly. Alternatively,
  8.   you may want to create a symbolic link pointing to the installed
  9.   version of tclsh.
  10.  
  11.  
  12. Mac OS X
  13. ========
  14.  
  15. - You must manually rename the PDFlib library for Tcl before you can
  16.   use it:
  17.  
  18.   cd bind/tcl/.libs
  19.   cp libpdflib_tcl.dylib pdflib_tcl.bundle
  20.  
  21.   Unfortunately, "make install" will not work by default.
  22.  
  23.  
  24. Windows
  25. =======
  26.  
  27. A few special steps are required in order to build the PDFlib wrapper
  28. for Tcl on Windows:
  29.  
  30.   - integrate the pdflib_crtdll project into the PDFlib workspace
  31.   - delete the pdi.lib dependency from the pdflib_crtdll project
  32.   - delete the HAVE_PDI preprocessor definition in the pdflib_crtdll project
  33.   - manually build the flate, png, tiff, and pdflib_crtdll projects
  34.     (in this order) with the pdflib_crtdll configuration
  35.   - build the Tcl project
  36.  
  37.  
  38. How to build the PDFlib wrapper for Tcl 8.0 or 8.1
  39. ==================================================
  40.  
  41. The precompiled versions of the PDFlib wrapper for Tcl require Tcl 8.2 or
  42. above. The wrapper code can also be compiled with Tcl 8.0 or 8.1, although
  43. is is not supported by the configure and Makefile process.
  44. Do the following for building PDFlib with Tcl 8.0 or 8.1:
  45.  
  46. - #undef USE_TCL_STUBS in pdflib_tcl.c
  47.  
  48. - Add -ltcl to the linker command, and an appropriate -L option.
  49.