4.6.26 Viewing PDF Files and Online Help Files
(Ask a Question)To view online Help files and PDF files, you may need to set environment variables
LINUX_HTMLREADER
to the full path of your web browser in your
terminal before invoking Libero. For example:
csh (C-shell):
setenv LINUX_HTMLREADER /usr/bin/firefox
sh (Borne Shell)/ ksh (Korn Shell):
LINUX_HTMLREADER=/usr/bin/firefox; export LINUX_HTMLREADER
If you do not set the environment variable, some HTML files, such as the online help, will not be viewable from within Libero.