Changes

Jump to: navigation, search

OpenOffice temporary template

1,127 bytes added, 17:52, 3 June 2010
Linux
====Linux====
=====Install OpenOffice.org and SDK=====
OpenOffice.org program and SDK can be installed through package manager program, such as apt-get, yum, merge and pacman. Also, several GUI font-end for package manager programs are available to make installation easier. On Ubuntu, Synaptic is good choice. YumEx is the best option on Fedora.
** With Yum:
*: <pre>sudo yum install {package name}</pre>
*: ''' To-Do: replace {package name} with real package names under Fedora
** With YumEx:
*: YumEx does not come with distribution. You needed to be installed manually.
''Note: On Fedora, <code>sudo</code> is not set by default. You can add you account to wheel user group so that you can use <code>sudo</code>. Also, you may use <code>su</code> to change to root, and run yum to install packages. <br/>
''Note: On Ubuntu, if you use OpenOffice.org program that comes with distribution, and try to install SDK that is downloaded from OpenOffice.org website, you may encounter dependency issue. You should the SDK that come with distribution.
 
=====Install NetBean, and OpenOffice.org Extension Development Plugin=====
NetBean can be installed through package manager as well. Package name is netbeans.
 
Ubuntu:
<pre>sudo aptitude install netbeans</pre>
 
Fedora:
<pre>sudo yum install netbeans</pre>
 
''' To-Do: need someone check if the packages name for Netbeans on Fedora is netbeans.
 
After installation, you can install development plugin in NetBean. Lunch NetBean, select Plugins under Tool menu. Then switch to Available Plugins tab, and install OOo API plugin. Finally, select Options under Tool menu, and go to Miscellaneous -> OOo API Plugins tab. Fill in the path to OpenOffice.org program and SDK. Path is provide in following section.
 
=====Path to OpenOffice.org Program and SDK=====
* Ubuntu:
** Program: /usr/lib/openoffice
** SDK: /usr/lib/openoffice/basis3.2/sdk
** Examples: /usr/lib/openoffice/basis3.2/sdk/example
*Mint:
** Program: /usr/lib/openoffice
** SDK: /usr/lib/openoffice/basis3.1/sdk
** Examples: /usr/lib/openoffice/basis3.1/sdk/example
 
''' To-Do: need path on Fedora and others major disctros.
====Windows====
1
edit

Navigation menu