A better way to read the purebasic help file in linux
Posted: Tue Mar 18, 2014 12:46 pm
Hi
I though somebody may find this useful.
The integrated help in the Linux version of PureBasic is a bit lacking, I'm sure Fred and co. will improve it eventually.
In the mean time a better way of looking at the help file is to copy the purebasic.chm from the windows version and open it on linux using a program called "kchmviewer"
kchmviewer relies on http://www.jedrea.com/chmlib/ and does a great job displaying .chm files from windows on a linux desktop.
It can be installed on ubuntu via:
kchmviewer uses QT instead of GTK, so the version available from the ubuntu repositories will want to download lots of dependencies related to KDE.
kchmviewer can be compiled without KDE integration if you're inclined to do so, have a look at: http://www.ulduzsoft.com/linux/kchmview ... chmviewer/
Another alternative if you are using virtualbox is to use the bundled copy from virtualbox:
I though somebody may find this useful.
The integrated help in the Linux version of PureBasic is a bit lacking, I'm sure Fred and co. will improve it eventually.
In the mean time a better way of looking at the help file is to copy the purebasic.chm from the windows version and open it on linux using a program called "kchmviewer"
kchmviewer relies on http://www.jedrea.com/chmlib/ and does a great job displaying .chm files from windows on a linux desktop.
It can be installed on ubuntu via:
Code: Select all
apt-get install kchmviewer
kchmviewer can be compiled without KDE integration if you're inclined to do so, have a look at: http://www.ulduzsoft.com/linux/kchmview ... chmviewer/
Another alternative if you are using virtualbox is to use the bundled copy from virtualbox:
Code: Select all
/usr/lib/virtualbox/kchmviewer purebasic.chm