summaryrefslogtreecommitdiffstats
path: root/odk/docs/install.html
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-18 12:19:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-18 12:19:00 +0000
commit9d23e68a98cd68f340f92eb13d844e5eeaf5a3c8 (patch)
tree1d55be6d994436a751364a07949e7aee3e23a7d7 /odk/docs/install.html
parentINTEGRATION: CWS sdk13 (1.12.106); FILE MERGED (diff)
downloadcore-9d23e68a98cd68f340f92eb13d844e5eeaf5a3c8.tar.gz
core-9d23e68a98cd68f340f92eb13d844e5eeaf5a3c8.zip
INTEGRATION: CWS sdk13 (1.17.40); FILE MERGED
2004/05/12 14:06:43 jsc 1.17.40.4: #116705# improve output 2004/05/12 13:52:54 jsc 1.17.40.3: #116705# insert descr for optional output dir 2004/05/12 10:04:37 jsc 1.17.40.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/11 12:16:47 jsc 1.17.40.1: #116705# ask for optional output directory
Diffstat (limited to 'odk/docs/install.html')
-rw-r--r--odk/docs/install.html63
1 files changed, 43 insertions, 20 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html
index de3f9f460bfd..884da753096d 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -50,23 +50,23 @@
<td colspan="3" height="8">
<table width="100%" border="0" cellpadding="4">
<tr>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
<td align=center><a href="../index.html" title="link to the SDK start page">
SDK home</a></td>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
</tr>
<tr>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
<td align=center><font size="6"><b>Installation guide</b></font></td>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
</tr>
<tr>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
<td>&nbsp;</td>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
</tr>
<tr>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
<td>
<p>The [PRODUCTNAME] SDK comes with a set of development tools, base libraries and jar files
which can be used to develop Java/C++ components, to embed the [PRODUCTNAME] application in
@@ -116,8 +116,8 @@
<table width="100%" border=1 cellpadding=4 cellspacing=0>
<tr>
<td widht=35%><b>OFFICE_HOME</b></td>
- <td widht=65%>path to an existing StarOffice&#153 or OpenOffice.org installation, e.g.
- &quot;/usr/local/StarOffice8&quot;</td>
+ <td widht=65%>path to an existing StarOffice&#153 or OpenOffice.org base installation, e.g.
+ &quot;/opt/staroffice8&quot;. Please take care that it is not a user installation only.</td>
</tr>
<tr>
<td widht=35%><b>OO_SDK_HOME</b></td>
@@ -131,13 +131,19 @@
<td widht=35%><b>OO_SDK_CPP_HOME</b></td>
<td widht=65%>path to the C++ compiler (under windows the directory where the
vcvar32.bat file can be found). The C++ compiler is <b>optional</b> and only
- necessary for building the C++ examples.</td>
+ necessary for building the C++ examples.</td>
</tr>
<tr>
<td widht=35%><b>OO_SDK_MAKE_HOME</b></td>
<td widht=65%>path to GNU make.</td>
</tr>
<tr>
+ <td widht=35%><b>OO_SDK_OUTPUT_DIR</b></td>
+ <td widht=65%>path to an exisiting directory where the example output is generated.
+ The output directory is <b>optional</b>, default is that the output is generated in
+ the SDK directory itself. If an output directory is specified, the output is generated in a SDK dependent subdirectory of this directory (e.g &lt;OO_SDK_OUTPUT_DIR&gt;/[PRODUCTNAME]/LINUXExample.out)</td>
+ </tr>
+ <tr>
<td widht=35%><b>SDK_AUTO_DEPLOYMENT</b></td>
<td widht=65%>if this variable is set, the component examples will be automatically
deployed into the Office installation referenced by OFFICE_HOME. See also chapter
@@ -154,6 +160,23 @@
must set the appropriate environment variables by yourself. The script sets the following
environment variables:
</p>
+ <p><b>Common environment variables</b></p>
+ <p>
+ <table width="100%" border=1 cellpadding=4 cellspacing=0>
+ <tr>
+ <td widht=35%>CLASSPATH</td>
+ <td widht=65%><b>=<i>$OFFICE_HOME/program/classes/jurt.jar;
+ $OFFICE_HOME/program/classes/juh.jar;
+ $OFFICE_HOME/program/classes/unoil.jar;
+ $OFFICE_HOME/program/classes/ridl.jar;
+ $OFFICE_HOME/program/classes/sandbox.jar;
+ $CLASSPATH</i></b><br>
+ The classpath will be set or extended to the necessary jar files of the specified
+ office installation.</td>
+ </tr>
+ </table>
+ </p>
+
<p><b>Environment variables for UNIX</b></p>
<p><b>Solaris</b></p>
<p>
@@ -167,15 +190,15 @@
</tr>
<tr>
<td widht=35%>LD_LIBRARY_PATH</td>
- <td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH:$OO_SDK_HOME/(solsparc|solintel)/lib:$LD_LIBRARY_PATH</i></b><br>
+ <td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH: $OO_SDK_HOME/(solsparc|solintel)/lib: $LD_LIBRARY_PATH</i></b><br>
The LD_LIBRARY_PATH will be set or will be extended by the office program path,
the platform dependent lib directory for some additional libraries.
</td>
</tr>
<tr>
<td widht=35%>PATH</td>
- <td widht=65%><b>=<i>$OO_SDK_HOME/(solsparc|solintel)/bin:$OO_SDK_MAKE_HOME:$OO_SDK_CPP_HOME:$OO_SDK_JAVA_HOME/bin:
- $PATH</i></b><br>
+ <td widht=65%><b>=<i>$OO_SDK_HOME/(solsparc|solintel)/bin:$OO_SDK_MAKE_HOME:$OO_SDK_CPP_HOME:
+ $OO_SDK_JAVA_HOME/bin:$PATH</i></b><br>
The PATH variable will be extended by the paths for the SDK development tools,
the compiler, the JDK and GNU make.
</td>
@@ -201,8 +224,8 @@
</tr>
<tr>
<td widht=35%>PATH</td>
- <td widht=65%><b>=<i>$OO_SDK_HOME/linux/bin:$OO_SDK_MAKE_HOME:$OO_SDK_CPP_HOME:$OO_SDK_JAVA_HOME/bin:
- $PATH</i></b><br>
+ <td widht=65%><b>=<i>$OO_SDK_HOME/linux/bin:$OO_SDK_MAKE_HOME:$OO_SDK_CPP_HOME:
+ $OO_SDK_JAVA_HOME/bin:$PATH</i></b><br>
The PATH variable will be extended by the paths for the SDK development tools,
the compiler, the JDK and GNU make.
</td>
@@ -223,8 +246,8 @@
</tr>
<tr>
<td widht=35%>PATH</td>
- <td widht=65%><b>=<i>%OO_SDK_HOME%\windows\bin;%OO_SDK_MAKE_HOME%;%OO_SDK_CPP_HOME%;%OO_SDK_JAVA_HOME%
- \bin;%OFFICE_PROGRAM_PATH%;%PATH%</i></b><br>
+ <td widht=65%><b>=<i>%OO_SDK_HOME%\windows\bin;%OO_SDK_MAKE_HOME%;%OO_SDK_CPP_HOME%;
+ %OO_SDK_JAVA_HOME%\bin;%OFFICE_PROGRAM_PATH%;%PATH%</i></b><br>
The PATH variable will be extended by the paths for the SDK development tools,
the compiler, the JDK, GNU make and the &lt;OFFICE_PROGRAM_PATH&gt;.
</td>
@@ -244,12 +267,12 @@
</table>
</p>
</td>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
</tr>
<tr>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
<td>&nbsp;</td>
- <td align=center><img src="../docs/images/nada.gif" width="25" height="8"></td>
+ <td align=center><img src="../docs/images/nada.gif" width="25" height="1"></td>
</tr>
</table>
</blockquote>