1: AbiMoz: Wordprocessor PlugIn for Mozilla
2: Compilation and Installation Instructions
3: ========================================
4: OEone corporation
5: Aug 16, 2001
6: ========================================
7:
8: Easy Install Instructions:
9:
10: First make sure you have a clean copy of Mozilla 0.9.5 installed.
11:
12: PART I - Building AbiWord
13: --------------------------------------------
14: 1) Download the AbiWord source code from http://prdownloads.sourceforge.net/abiword/abiword-0.9.4.1.tar.gz ,
15: untar and run make / make install
16:
17: 2) Try executing the binary to ensure it works
18:
19:
20: PART II - Compiling the plugin
21: --------------------------------------------
22: NOTE: The compiled plugin files have been provided so you can skip this part and go directly to PART III
23: ( However you have to make sure you are using the exact required versions: Mozilla0.9.5 & AbiWord0.9.4.1 )
24:
25: 1) Checkout the latest plugin code from CVS. Refer to <a href="source.html">this page</a> for instructions
26: 2) Modify the makefile to change ABIBUILD to point to the AbiWord toplevel directory in which the Abiword build took place
27: 3) Modify the Makefile to change MOZZY to point to your mozilla running directory and MOZZYDEV to point to your mozilla developer
28: directory which will provide the needed mozilla header files.
29: 4) Type "make" to build the plugin.
30:
31:
32: PART III - Installing the plugin
33: --------------------------------------------
34: 1) In the ./plugin directory type "make install" to install the plugin
35:
36:
37: PART IV - Running the Plugin
38: --------------------------------------------
39: 1) Set the environment variable ABISUITE_HOME to the installed AbiSuite directory ( usually /usr/local/AbiSuite ).
40: ( you can type export ABISUITE_HOME=/usr/local/AbiSuite )
41: 2) Either add the AbiWord fonts to your font path or type this command :
42: xset fp+ /usr/local/AbiSuite/fonts
43: 3) Run mozilla from your mozilla running directory and open the file /abimoz/plugin/wpplugintst.html
44:
45:
46: Head to irc.gnome.org #abiword to talk about any problems you encounter.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>