pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Thu Sep 18, 2003 8:56 am Post subject: Instructions for building the "printtest5" patch |
|
I just posted a new NeoOffice/J patch in the NeoOffice/J Testing forum.
If you want to build the patch, you can can build it by doing the following steps. Note that this will cause 3 modules to be rebuilt so it will take an hour or two to rebuild.
Code: | cd <NEO_HOME>/neojava
rm -Rf vcl svtools sfx2
rm -f build.neo_*_patch
cvs update -A -d -P
make
|
Important: updating the code does not cause the vcl, svtools, and sfx2 to rebuild. That is why you need to delete the build.neo_*_patch files in the above commands.
When the build is done, you can install the <NEO_HOME>/neojava/install/NeoOfficeJ.pkg file.
For those of you who want to test out the changes without building them, check out the patch download and installation instructions here:
http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=134
Patrick |
|