diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:03:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:03:11 +0000 |
commit | 541a6a9fb0d7ae4c8b821b7b8857838b7a161aff (patch) | |
tree | 283a8487ea65df3df68ca6ba1c367d086f8e72d0 /odk/docs/install.html | |
parent | 7a55e9aafcb7b5356f8deadd5cf67dc24c7f418e (diff) |
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
Diffstat (limited to 'odk/docs/install.html')
-rw-r--r-- | odk/docs/install.html | 48 |
1 files changed, 15 insertions, 33 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index 21fc9bcbf22d..bf9c93a3e675 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -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™ 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> -> for Unix - <li><a href="../configureWindowsNT.bat" title="link to the windows configure batch file (windows only)">configureWindowsNT.bat</a> -> for - WindowsNT/2000/XP + <li><b>configure</b> -> for Unix + <li><b>configureWindowsNT.bat</b></a> -> for WindowsNT/2000/XP </ul> <p>Other versions of the operating system Windows should use the batch program - <OO_SDK_HOME>setsdkenv_windows.bat directly and adopt it to their local environment. + <b><OO_SDK_HOME>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> @@ -139,12 +132,6 @@ <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 deployed into the Office installation referenced by OFFICE_HOME. See also chapter @@ -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 - <OO_STLPORT_HOME>/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 - <OO_STLPORT_HOME>/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 - <OFFICE_PROGRAM_PATH>. + the compiler, the JDK, GNU make and the <OFFICE_PROGRAM_PATH>. </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> |