Additional update for openoffice.org-2.0

This commit is contained in:
Marc Fonvieille 2005-11-18 14:04:56 +00:00
parent 7c8e562a00
commit ca243787da
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26369

View file

@ -613,19 +613,24 @@
location.</para> location.</para>
</note> </note>
<para>Once the package is installed, you must run the setup <para>Once the package is installed, you just have to type the
program and choose a <option>standard workstation installation</option>. following command to run
Run this command as the user who will use
<application>OpenOffice.org</application>:</para> <application>OpenOffice.org</application>:</para>
<screen>&prompt.user; <userinput>openoffice-setup</userinput></screen> <screen>&prompt.user; <userinput>openoffice.org</userinput></screen>
<note>
<para>During the first launch, you will be asked some
questions and a <filename>.openoffice.org2</filename> folder
will be created in your home directory.</para>
</note>
<para>If the <application>OpenOffice.org</application> packages <para>If the <application>OpenOffice.org</application> packages
are not available, you still have the option to compile the are not available, you still have the option to compile the
port. However, you must bear in mind that it requires a lot of port. However, you must bear in mind that it requires a lot of
disk space and a fairly long time to compile.</para> disk space and a fairly long time to compile.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/editors/openoffice-1.1</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/editors/openoffice.org-2.0</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>
<note> <note>
@ -642,12 +647,11 @@
in the port directory.</para> in the port directory.</para>
</note> </note>
<para>Once this is done, run the setup as the user who will use <para>Once this is done,
<application>OpenOffice.org</application> and choose a <application>OpenOffice.org</application> can be launched with
<option>standard workstation installation</option> by:</para> the command:</para>
<screen>&prompt.user; <userinput>cd /usr/ports/editors/openoffice-1.1</userinput> <screen>&prompt.user; <userinput>openoffice.org</userinput></screen>
&prompt.user; <userinput>make install-user</userinput></screen>
</sect2> </sect2>
</sect1> </sect1>