Kaydet (Commit) 541a6a9f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sdk02 (1.13.6); FILE MERGED

2003/06/06 11:35:47 jsc 1.13.6.4: #109632# use new logo_color style
2003/05/28 14:28:58 jsc 1.13.6.3: #109909# prepare branding
2003/05/14 10:36:52 jsc 1.13.6.2: #109632# set background color
2003/05/09 10:04:07 jsc 1.13.6.1: #109284# remove links to configure scripts because they are not really needed
üst 7a55e9aa
......@@ -24,8 +24,8 @@
<div align="left"><img src="../docs/images/sdk_logo.gif" width="328" height="121"></div>
</td>
<td><img src="../docs/images/black_dot.gif" width="1" height="121"></td>
<td width="222">
<div align="left"><img src="../docs/images/logo.gif" width="222" height="121"></div>
<td class="logo_color" width="222">
<div align="center"><img src="../docs/images/logo.gif" width="222" height="121"></div>
</td>
</tr>
<tr>
......@@ -68,7 +68,7 @@
complete working environment, we have some additional requirements:
</p>
<dl>
<dt><b>StarOffice&#153 6.0 PP2 or OpenOffice.org 1.0.2 installation</b>
<dt><b>[PRODUCTNAME] installation</b>
<dd>The SDK works on top of an existing office installation and uses the same libraries as
the office installation.
<dt><b>JDK (1.4.1_01 or higher)</b>
......@@ -89,27 +89,20 @@
<a target="_blank" href="http://www.nextgeneration.dk/gnu/make.zip" title="link to a windows version of gnumake on www.nextgeneration.dk (online)">
http://www.nextgeneration.dk/gnu/make.zip</a>. It is not recommended to use the Cygwin
make, because it does not work well.
<dt><b>STLPORT (4.5.3)</b>
<dd>Some examples use the STL. If you want to test this example, you have to install
a version of the STLPORT library on your machine. The STLPORT library is available from
<a target="_blank" href="http://www.stlport.org" title="link to www.stlport.org (online)">http://www.stlport.org</a>.
</dl>
<p>The SDK provides a configure script (Unix and WindowsNT/2000/XP) that asks for relevant
directories (SDK, StarOffice, GNU make, Java, C++, STLPORT and ANT). After completing the
directories (SDK, StarOffice, GNU make, Java, C++). After completing the
configure script a new script will be created (WindowsNT//2000/XP and UNIX) to set the
necessary environment variables for using the SDK and the required tools.
</p>
<ul>
<li><a href="../configure" title="link to the Unix configure script (Unix only)">configure</a>&nbsp;&nbsp;-> for Unix
<li><a href="../configureWindowsNT.bat" title="link to the windows configure batch file (windows only)">configureWindowsNT.bat</a>&nbsp;&nbsp;-> for
WindowsNT/2000/XP
<li><b>configure</b>&nbsp;&nbsp;-> for Unix
<li><b>configureWindowsNT.bat</b></a>&nbsp;&nbsp;-> for WindowsNT/2000/XP
</ul>
<p>Other versions of the operating system Windows should use the batch program
&lt;OO_SDK_HOME&gt;setsdkenv_windows.bat directly and adopt it to their local environment.
<b>&lt;OO_SDK_HOME&gt;setsdkenv_windows.bat</b> directly and adopt it to their local
environment.
</p>
<ul>
<li><a href="../setsdkenv_windows.bat" title="link to the set SDK environment template script (windows only)">setsdkenv_windows.bat</a>
</ul>
<p>The first time you use the batch program, you must prepare it for your environment.
Edit the script and set the following variables:
</p>
......@@ -138,12 +131,6 @@
<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_STLPORT_HOME</b></td>
<td widht=65%>path to the STLPORT installation directory. The STLPORT is <b>optional</b>
and only necessary for the database C++ skeletons or if you want to use the
STLPORT in your own C++ components.</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
......@@ -170,11 +157,9 @@
</tr>
<tr>
<td widht=35%>LD_LIBRARY_PATH</td>
<td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH:$OO_SDK_HOME/solsparc/lib:$OO_STLPORT_HOME/lib:
$LD_LIBRARY_PATH</i></b><br>
<td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH:$OO_SDK_HOME/solsparc/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 and the
&lt;OO_STLPORT_HOME&gt;/lib directory (optional).
the platform dependent lib directory for some additional libraries.
</td>
</tr>
<tr>
......@@ -199,11 +184,9 @@
</tr>
<tr>
<td widht=35%>LD_LIBRARY_PATH</td>
<td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH:$SDK_HOM/linux/lib:$OO_STLPORT_HOME/lib:
$LD_LIBRARY_PATH</i></b><br>
<td widht=65%><b>=<i>$OFFICE_PROGRAM_PATH:$SDK_HOM/linux/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 and the
&lt;OO_STLPORT_HOME&gt;/lib directory (optional).
the platform dependent lib directory for some additional libraries.
</td>
</tr>
<tr>
......@@ -231,15 +214,14 @@
<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%;%OO_STLPORT_HOME%\lib;%PATH%</i></b><br>
\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, the STLPORT library, GNU make and the
&lt;OFFICE_PROGRAM_PATH&gt;.
the compiler, the JDK, GNU make and the &lt;OFFICE_PROGRAM_PATH&gt;.
</td>
</tr>
<tr>
<td widht=35%>LIB</td>
<td widht=65%><b>=<i>%OO_SDK_HOME%\windows\lib;%OO_STLPORT_HOME\lib;;%LIB%</i></b><br>
<td widht=65%><b>=<i>%OO_SDK_HOME%\windows\lib;%LIB%</i></b><br>
The LIB variable will be extended by the path to the import libraries which are
necessary for windows.
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment