Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create PDFs with working hyperlinks from HTML files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create PDFs with working hyperlinks from HTML files
Authored by: bigfudge on Aug 20, '03 08:17:18AM

Am I being dumb? I can't find this in Fink...



[ Reply to This | # ]
Create PDFs with working hyperlinks from HTML files
Authored by: pjw on Aug 20, '03 11:56:09AM

HTMLDOC is not in the stable branch of fink. You will have to copy it from the unstable branch first. Open up the Terminal app and try this:

sudo cp /sw/fink/10.2/unstable/crypto/finkinfo/htmldoc* /sw/fink/10.2/stable/crypto/finkinfo

then try again to install using fink or finkcommander or whatever you use.



[ Reply to This | # ]
Create PDFs with working hyperlinks from HTML files
Authored by: bluehz on Aug 21, '03 06:32:34PM

I didn't do any of that. First installed html doc and req. dependency fltk. That didn't work, so I then installed htmldoc-nox, and at the end it noted it was removing the other pkg - htmldoc. It has worked fine ever since.



[ Reply to This | # ]
Create PDFs with working hyperlinks from HTML files
Authored by: pjw on Aug 20, '03 12:00:14PM

In addition to copying the htmldoc files to the stable branch, you will need to copy the fltk library as well:

sudo cp /sw/fink/10.2/unstable/main/finkinfo/libs/fltk* /sw/fink/10.2/stable/main/finkinfo/libs/



[ Reply to This | # ]