Difference between revisions of "Running"
From Apache OpenOffice Wiki
m (Reverted edit of 1145147891, changed back to last version by Michael) |
|||
| Line 21: | Line 21: | ||
*[[Hacking]] | *[[Hacking]] | ||
| + | |||
| + | |||
| + | [[Category:Development]] | ||
Revision as of 21:30, 2 June 2006
Vanilla up-stream
On Linux you would type 'openoffice', and bingo ...
ooo-build
Now wander into /opt/OOInstall/program and do:
source ./ooenv this will setup your (bash) shell for
running OO.o directly. Then simply ./soffice.bin -writer.
This is better than running soffice, or a wrapper script since
it's very easy to use the debugger: gdb soffice.bin.
Note: ooenv was formerly known as
env. It was renamed not to conflict with /usr/bin/env.