Difference between revisions of "DevHelp"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m (→64Bit) |
Chipster19 (talk | contribs) |
||
Line 18: | Line 18: | ||
* [[libwnck]] | * [[libwnck]] | ||
* (A Gecko Engine) [[Mozilla]], [[SeaMonkey]], [[Firefox]], [[Thunderbird]], [[XULRunner]] | * (A Gecko Engine) [[Mozilla]], [[SeaMonkey]], [[Firefox]], [[Thunderbird]], [[XULRunner]] | ||
+ | * [[WebKit]] | ||
=== Optional === | === Optional === | ||
* [[Gedit]] and [[Python]] | * [[Gedit]] and [[Python]] |
Revision as of 07:15, 9 March 2009
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.22/devhelp-0.22.tar.bz2 |
---|
Contents
Introduction to DevHelp
Project Homepage: Unknown
Dependencies
Required
- Gtk2
- GConf
- libglade
- libwnck
- (A Gecko Engine) Mozilla, SeaMonkey, Firefox, Thunderbird, XULRunner
- WebKit
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libdir=${GNOME_PREFIX}/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libdir=${GNOME_PREFIX}/lib64 && make
Install the package:
make install
Contents
Installed Programs: | devhelp |
---|---|
Installed Libraries: | libdevhelp-1.so |
Installed Directories: | ${GNOME_PREFIX}/share/devhelp |