install.html (cdf0e10c) | install.html (ef1ef8e6) |
---|---|
1<html> 2<head> | 1<html> 2<head> |
3 <title>OpenOffice.org %PRODUCT_RELEASE% SDK - Installation Guide</title> | 3 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Installation Guide</title> |
4 <link rel="stylesheet" type="text/css" href="sdk_styles.css"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <meta name="author" content="Jürgen Schmidt"> 7 <meta name="created" content="2004-12-14"> 8</head> 9<body class="sdkbody"><a name="install"/> 10<table class="table1" cellpadding=0> 11 <tr style="background-image:url(images/sdk_head-2.png)"> --- 19 unchanged lines hidden (view full) --- 31 </table> 32 </td> 33 </tr> 34 <tr> 35 <td> 36 <table class="table3"> 37 <tr> 38 <td colspan="2"> | 4 <link rel="stylesheet" type="text/css" href="sdk_styles.css"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <meta name="author" content="Jürgen Schmidt"> 7 <meta name="created" content="2004-12-14"> 8</head> 9<body class="sdkbody"><a name="install"/> 10<table class="table1" cellpadding=0> 11 <tr style="background-image:url(images/sdk_head-2.png)"> --- 19 unchanged lines hidden (view full) --- 31 </table> 32 </td> 33 </tr> 34 <tr> 35 <td> 36 <table class="table3"> 37 <tr> 38 <td colspan="2"> |
39 <p>The OpenOffice.org %PRODUCT_RELEASE% SDK comes with a set of development tools, base | 39 <p>The Apache OpenOffice %PRODUCT_RELEASE% SDK comes with a set of development tools, base |
40 libraries, header files and helper class files that can be used to | 40 libraries, header files and helper class files that can be used to |
41 develop Java/C++ components, to embed the OpenOffice.org %PRODUCT_RELEASE% application in | 41 develop Java/C++ components, to embed the Apache OpenOffice %PRODUCT_RELEASE% application in |
42 your own programs, or to use the API (scripting or remote control the 43 office). For a complete working environment, we have some additional 44 requirements:</p> 45 </td> 46 </tr> 47 <tr valign="top"> | 42 your own programs, or to use the API (scripting or remote control the 43 office). For a complete working environment, we have some additional 44 requirements:</p> 45 </td> 46 </tr> 47 <tr valign="top"> |
48 <td><b>OpenOffice.org %PRODUCT_RELEASE% installation</td> | 48 <td><b>Apache OpenOffice %PRODUCT_RELEASE% installation</td> |
49 <td class="content80">The SDK works on top of an existing office 50 installation and uses the same libraries as the office installation.</td> 51 </tr> 52 </tr> 53 <tr valign="middle"> 54 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 55 </tr> 56 <tr valign="top"> --- 72 unchanged lines hidden (view full) --- 129 configures the SDK build environment to your personal needs the first 130 time you use the SDK environment. This configuration step creates one or 131 two new setsdkenv_XXX scripts in the user's home directory:</P> 132 <ul> 133 <li><b>$HOME/$OO_SDK_NAME/setsdkenv_unix.sh</b> and <b>$HOME/$OO_SDK_NAME/setsdkenv_unix.csh</b> -> for Unix 134 <li><b>C:\Documents and Settings\<username>\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b></a> -> for Windows2000/XP or later 135 </ul> 136 <p>The automatically started configure script (Unix and Windows2000/XP) | 49 <td class="content80">The SDK works on top of an existing office 50 installation and uses the same libraries as the office installation.</td> 51 </tr> 52 </tr> 53 <tr valign="middle"> 54 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 55 </tr> 56 <tr valign="top"> --- 72 unchanged lines hidden (view full) --- 129 configures the SDK build environment to your personal needs the first 130 time you use the SDK environment. This configuration step creates one or 131 two new setsdkenv_XXX scripts in the user's home directory:</P> 132 <ul> 133 <li><b>$HOME/$OO_SDK_NAME/setsdkenv_unix.sh</b> and <b>$HOME/$OO_SDK_NAME/setsdkenv_unix.csh</b> -> for Unix 134 <li><b>C:\Documents and Settings\<username>\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b></a> -> for Windows2000/XP or later 135 </ul> 136 <p>The automatically started configure script (Unix and Windows2000/XP) |
137 requests relevant information and directories (SDK, StarOffice, GNU make, | 137 requests relevant information and directories (SDK, the Office, GNU make, |
138 Java, C++), in order to prepare a working SDK environment. After completing the 139 configure script once, the newly created script is always used to set the 140 necessary environment variables for using the SDK and the required 141 tools.</P> 142 <p>On UNIX operating systems, the configure script uses Perl. LINUX systems should have 143 installed a working Perl version, and on Solaris you can find a working 144 Perl version under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a> if 145 necessary. On Windows, the configure script uses Windows Script and 146 a JScipt. If you have problems with Windows Script, you can download a 147 newer version of <a href ="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en" link"link to the download page for the Windows Script">Windows Script</a>. 148 </p> 149 <p>On other versions of Windows, use the batch 150 file template <b><OO_SDK_HOME>\setsdkenv_windows.template</b>, 151 rename it to *.bat, and adapt it to your local environment.</p> 152 <p>If you use the template batch file, edit and set 153 the following variables:</p> 154 <table class="table4"> 155 <tr valign="top"> 156 <td class="cell20"><b>OFFICE_HOME</b></td> | 138 Java, C++), in order to prepare a working SDK environment. After completing the 139 configure script once, the newly created script is always used to set the 140 necessary environment variables for using the SDK and the required 141 tools.</P> 142 <p>On UNIX operating systems, the configure script uses Perl. LINUX systems should have 143 installed a working Perl version, and on Solaris you can find a working 144 Perl version under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a> if 145 necessary. On Windows, the configure script uses Windows Script and 146 a JScipt. If you have problems with Windows Script, you can download a 147 newer version of <a href ="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en" link"link to the download page for the Windows Script">Windows Script</a>. 148 </p> 149 <p>On other versions of Windows, use the batch 150 file template <b><OO_SDK_HOME>\setsdkenv_windows.template</b>, 151 rename it to *.bat, and adapt it to your local environment.</p> 152 <p>If you use the template batch file, edit and set 153 the following variables:</p> 154 <table class="table4"> 155 <tr valign="top"> 156 <td class="cell20"><b>OFFICE_HOME</b></td> |
157 <td class="cell80">Path to an existing StarOffice™ or OpenOffice.org 158 base installation, e.g. "/opt/staroffice8". Be sure | 157 <td class="cell80">Path to an existing Apache OpenOffice 158 base installation, e.g. "/opt/openoffice.org3". Be sure |
159 that it is not a user installation only. Exactly one of OFFICE_HOME 160 and OO_SDK_URE_HOME must be set. The other should be either unset or 161 set to an empty value.</td> 162 </tr> 163 <tr><a name="oosdkname"/> 164 <td class="cell20"><b>OO_SDK_NAME</b></td> 165 <td class="cell80">The configuration uses the 166 directory name of the SDK, but you can use another name as well. --- 235 unchanged lines hidden (view full) --- 402 <td colspan="3"><img class="nothing30" src="images/nada.gif"></td> 403 </tr> 404 <tr> 405 <td colspan="3"><img class="line" src="images/sdk_line-1.gif"></td> 406 </tr> 407 <tr> 408 <td colspan="3"> 409 <div class="centertext"> | 159 that it is not a user installation only. Exactly one of OFFICE_HOME 160 and OO_SDK_URE_HOME must be set. The other should be either unset or 161 set to an empty value.</td> 162 </tr> 163 <tr><a name="oosdkname"/> 164 <td class="cell20"><b>OO_SDK_NAME</b></td> 165 <td class="cell80">The configuration uses the 166 directory name of the SDK, but you can use another name as well. --- 235 unchanged lines hidden (view full) --- 402 <td colspan="3"><img class="nothing30" src="images/nada.gif"></td> 403 </tr> 404 <tr> 405 <td colspan="3"><img class="line" src="images/sdk_line-1.gif"></td> 406 </tr> 407 <tr> 408 <td colspan="3"> 409 <div class="centertext"> |
410 <p><img class="oraclelogo" src="images/odk-footer-logo.gif" title="Sponsored by Oracle" alt="Oracle Logo" /> 411 Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.<p> | 410 <p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> 411 Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOfifce.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> |
412 </div> 413 </td> 414 </tr> 415</table> 416<map name="Map"> | 412 </div> 413 </td> 414 </tr> 415</table> 416<map name="Map"> |
417 <area shape="rect" coords="10,68,93,105" href="http://www.oracle.com"> | 417 <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> |
418</map> 419</body> 420</html> | 418</map> 419</body> 420</html> |