diff options
Diffstat (limited to 'libraries/xulrunner/README')
-rw-r--r-- | libraries/xulrunner/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/xulrunner/README b/libraries/xulrunner/README new file mode 100644 index 000000000000..8c21e3d8abc7 --- /dev/null +++ b/libraries/xulrunner/README @@ -0,0 +1,21 @@ +The XULRunner project is a Mozilla runtime package that can be used +to bootstrap XUL+XPCOM applications that are as rich as Thunderbird +and Firefox. It will provide mechanisms for installing, upgrading, +and uninstalling these applications. XULRunner will also provide +libxul, a solution which allows the embedding of Mozilla technologies +in other projects and products. + +Requirers jdk from /extra in Slackware. + +Note: +If you have to install jdk you need to run ". /etc/profile" before +trying to compile xurlrunner. + +Some of the optional dependences are: + +GConf +ORBit2 +avahi +gnome-vfs +libbonobo +libgnome |