Chm help file on Linux

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Chm help file on Linux

Post by Guimauve »

Hello,

The current Help file we have on Linux is not good as the one we have on Windows. The only thing we have to do is :
This way you don't need to maintain a different help file for each OS.

Best Regards
Guimauve
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

Re: Chm help file on Linux

Post by GBeebe »

I'd like it as HTML files. So I can view 2 different commands at the same time on tabs, and edit them to add notes.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Chm help file on Linux

Post by Trond »

It has tons of requirements.
It lists these requirements:
PyCHM >= 0.8.4
pygtk2
pygtk2-libglade
gnome-python2
gnome-python2-gtkhtml2
gnome-python2-gconf
gnome-python2-bonobo
gnome-python2-canvas

Also it obviously depends on python.

pygtk2-libglade will depend on libglade and libxml2.
gnome-python2 depends on libbonobo and libbonoboui and libgconf2 and libgnome2 and libgnomecanvas2 and libgnomeui2 and libgnomevfs2 and liborbit2 and more.
libgnome2 depends on gvfs and libgnome2-common, which in turn depends on librsvg2-common, which in turn depends on librsvg2, which in turn depends on libcroco3 and libgsf-1.
libgnomecanvas2 depends on libart-2.
gnome-python2-gtkhtml2 depends on libgtkhtml2.

All those packages you may not want and may not find for your distro, just to view the help file? People are already complaining that installing PB for Linux is hard.
Post Reply