1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file 9# to you under the Apache License, Version 2.0 (the 10# "License"); you may not use this file except in compliance 11# with the License. You may obtain a copy of the License at 12# 13# http://www.apache.org/licenses/LICENSE-2.0 14# 15# Unless required by applicable law or agreed to in writing, 16# software distributed under the License is distributed on an 17# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18# KIND, either express or implied. See the License for the 19# specific language governing permissions and limitations 20# under the License. 21# 22#************************************************************** 23 --> 24<html> 25<head> 26 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Installation Guide</title> 27 <link rel="stylesheet" type="text/css" href="sdk_styles.css"> 28 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 29 <meta name="author" content="Jürgen Schmidt"> 30 <meta name="created" content="2004-12-14"> 31</head> 32<body class="sdkbody"><a name="install"/> 33<table class="table1" cellpadding=0> 34 <tr style="background-image:url(images/sdk_head-2.png)"> 35 <td colspan="3" align="left"><img src="images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> 36 </tr> 37 <tr> 38 <td colspan="3"><img class="nothing10" src="images/nada.gif"></td> 39 </tr> 40 <tr> 41 <td class="content1"><img class="nothing8" src="images/nada.gif"></td> 42 <td> 43 <table class="table2"> 44 <tr> 45 <td colspan="3"><img class="nothing1" src="images/nada.gif"></td> 46 </tr> 47 <tr> 48 <td> 49 <table class="table3"> 50 <tr> 51 <td colspan="2" class="head1">Installation Guide</td> 52 <td align="right"><a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td> 53 </tr> 54 </table> 55 </td> 56 </tr> 57 <tr> 58 <td> 59 <table class="table3"> 60 <tr> 61 <td colspan="2"> 62 <p>The Apache OpenOffice %PRODUCT_RELEASE% SDK comes with a set of development tools, base 63 libraries, header files and helper class files that can be used to 64 develop Java/C++ components, to embed the Apache OpenOffice %PRODUCT_RELEASE% application in 65 your own programs, or to use the API (scripting or remote control the 66 office). For a complete working environment, we have some additional 67 requirements:</p> 68 </td> 69 </tr> 70 <tr valign="top"> 71 <td><b>Apache OpenOffice %PRODUCT_RELEASE% installation</td> 72 <td class="content80">The SDK works on top of an existing office 73 installation and uses the same libraries as the office installation.</td> 74 </tr> 75 </tr> 76 <tr valign="middle"> 77 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 78 </tr> 79 <tr valign="top"> 80 <td><b>JDK (1.5 or higher)<b></td> 81 <td class="content80"> 82 <p>A JDK is necessary for developing Java components or applications. An appropriate Java SDK can be found on <a target="_blank" href="http://java.sun.com/products" title="link to the Java SDK download page (online)">http://java.sun.com/products</a>.</p> 83 <p>Recommendation is to use Java 6 excepting for Mac OS because initially Mac OS supported a 64bit version of Java 6 only.</p> 84 <p><b>Note</b>: The Java compiler is <b><u>optional</u></b>!</p></td> 85 </tr> 86 <tr valign="middle"> 87 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 88 </tr> 89 <tr valign="top"> 90 <td><b>C++ compiler<b></td> 91 <td class="content80">A C++ compiler is necessary for developing C++ 92 components or applications. UNO depends on a compiler dependent language 93 binding, so that we use the appropriate compiler where a language binding 94 exists: 95 <table class="table4"> 96 <tr> 97 <td class="cell15">Solaris</td> 98 <td class="cell85">Sun Studion 8 (20070730)</td> 99 </tr> 100 <tr> 101 <td class="cell15">Linux</td> 102 <td class="cell80">GNU C++ compiler, gcc version 4.0.1</td> 103 </tr> 104 <tr> 105 <td class="cell15">Windows</td> 106 <td class="cell80">Microsoft C++ Compiler, Microsoft Visual Studio 2008 or the Express version (cl, version 15.00.21022)</td> 107 </tr> 108 </table> 109 <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>! If you use the Express edition you have to ensure that the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">Microsoft Visual Studio 2008 Redistributable Package</a> is also installed. You can download this package from Microsoft directly.</a></p></td> 110 </tr> 111 <tr valign="middle"> 112 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 113 </tr> 114 <tr valign="top"> 115 <td><b>Microsoft .NET Framework SDK version 1.0 or higher<b></td> 116 <td class="content80">The SDK is required for building CLI applications. 117 That is, programs written in languages, such as C# or VB.NET.<br> 118 <p><b>Note</b>: The .NET Framework is <b><u>optional</u></b>!</p></td> 119 </tr> 120 <tr valign="middle"> 121 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 122 </tr> 123 <tr valign="top"> 124 <td><b>GNU make (3.79.1 or higher)<b></td> 125 <td class="content80"> 126 <p>GNU make is used to build the examples of the SDK. GNU make is available from <a target="_blank" href="http://www.gnu.org" title="link to www.gnu.org (online)">http://www.gnu.org</a>. It can be ftped via <a target="_blank" href="ftp://ftp.gnu.org/gnu/make" title="link to gnumake on www.gnu.org (online)">ftp://ftp.gnu.org/gnu/make</a></p> 127 <p><b>Note</b>: Windows user can find an executable of gnu make under <a target="_blank" href="http://www.mingw.org/wiki/Getting_Started" title="link to the MinGW Getting Started wiki (online)">http://www.mingw.org/wiki/Getting_Started</a> (see the mingw32-make link under "Manual Installation"). Do not use the Cygwin make, because it does not 128 work well. On Solaris gnu make can be found often under <b><i>/usr/sfw/bin/gmake</i></b>, but keep in mind that you have to use <b>'gmake'</b> then. Or you can find gnu make also under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a>.</td> 129 </tr> 130 <tr valign="middle"> 131 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 132 </tr> 133 <tr valign="top"> 134 <td><b>zip tool (2.3 or higher)<b></td> 135 <td class="content80">The zip tool is used to create UNO packages. zip is 136 a new requirement to make the SDK independent of a Java SDK.<br> 137 If you do not have these already, you can download them from <a target="_blank" href="http://www.info-zip.org" title="link to www.ubfi-zip.org (online)">http://www.info-zip.org</a>. Note: The cygwin zip.exe does not work for the build under 138 the 4NT shell. You have to use the native w32 version.</td> 139 </tr> 140 <tr valign="middle"> 141 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 142 </tr> 143 <tr valign="top"> 144 <td><b>cat and sed tools<b></td> 145 <td class="content80">The cat and set tools are used to create some extensions. 146 <p><b>Note for Windows users</b>: If you do not have these already, you can download them from 147 <a target="_blank" href="http://sourceforge.net/projects/unxutils/files/latest/downloadg" title="link to UnxUtils (online)">http://sourceforge.net/projects/unxutils/files/latest/download</a>.</p> 148 </td> 149 </tr> 150 <tr valign="middle"> 151 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 152 </tr> 153 <tr> 154 <td><img class="nothing10" src="images/nada.gif"></td> 155 <td align="right"> 156 <a href="#install" title="link to the top of this page"><img class="navigate" src="images/nav_up.png"></a> 157 <a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td> 158 </tr> 159 <tr valign="middle"> 160 <td colspan="2"> 161 <p>The SDK provides an implicit configuration mechanism, which 162 configures the SDK build environment to your personal needs the first 163 time you use the SDK environment. This configuration step creates a 164 new setsdkenv_XXX script in the user's home directory:</P> 165 <ul> 166 <li><b>$HOME/$OO_SDK_NAME/setsdkenv_unix.sh</b> -> for Unix 167 <li><b>C:\Documents and Settings\<username>\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b> -> for Windows2000/XP or later 168 </ul> 169 <p>The automatically started configure script (Unix and Windows2000/XP) 170 requests relevant information and directories (SDK, the Office, GNU make, 171 Java, C++), in order to prepare a working SDK environment. After completing the 172 configure script once, the newly created script is always used to set the 173 necessary environment variables for using the SDK and the required 174 tools.</P> 175 <p>On UNIX operating systems, the configure script uses Perl. LINUX systems should have 176 installed a working Perl version, and on Solaris you can find a working 177 Perl version under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a> if 178 necessary. On Windows, the configure script uses Windows Script and 179 a JScipt. If you have problems with Windows Script, you can download a 180 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>. 181 </p> 182 <p>On other versions of Windows, use the batch 183 file template <b><OO_SDK_HOME>\setsdkenv_windows.template</b>, 184 rename it to *.bat, and adapt it to your local environment.</p> 185 <p>If you use the template batch file, edit and set 186 the following variables:</p> 187 <table class="table4"> 188 <tr valign="top"> 189 <td class="cell20"><b>OFFICE_HOME</b></td> 190 <td class="cell80">Path to an existing Apache OpenOffice 191 base installation, e.g. "/opt/apacheopenoffice3". Be sure 192 that it is not a user installation only. Exactly one of OFFICE_HOME 193 and OO_SDK_URE_HOME must be set. The other should be either unset or 194 set to an empty value.</td> 195 </tr> 196 <tr><a name="oosdkname"/> 197 <td class="cell20"><b>OO_SDK_NAME</b></td> 198 <td class="cell80">The configuration uses the 199 directory name of the SDK, but you can use another name as well. 200 It is important that the name does not contain spaces, because of a limitation 201 of gnu make which cannot handle spaces correctly. This name is, for 202 example, used to create an output directory in the users home directory 203 for any generated output when you use the SDK build environment.</td> 204 </tr> 205 <tr> 206 <td class="cell20"><b>OO_SDK_URE_HOME</b></td> 207 <td class="cell80">Path to an existing UNO Runtime Environment 208 installation, e.g. "/opt/apacheopenoffice/ure". Exactly one of 209 OFFICE_HOME and OO_SDK_URE_HOME must be set. The other should be 210 either unset or set to an empty value.</td> 211 </tr> 212 <tr> 213 <td class="cell20"><b>OO_SDK_HOME</b></td> 214 <td class="cell80">Path to the SDK root directory, e.g. 215 "/usr/local/StarOffice8_SDK"</td> 216 </tr> 217 <tr> 218 <td class="cell20"><b>OO_SDK_JAVA_HOME</b></td> 219 <td class="cell80">Path to a JDK root directory. The JDK is 220 <b>optional</b> and only necessary if you like to run the Java examples 221 or if you like to use the SDK environment to develop your own Java 222 solution.</td> 223 </tr> 224 <tr> 225 <td class="cell20"><b>OO_SDK_CPP_HOME</b></td> 226 <td class="cell80">Path to the C++ compiler (on Windows, the directory 227 where the "<i>vcvar32.bat</i>" file can be found). The C++ 228 compiler is <b>optional</b> and only necessary for building the C++ 229 examples.</td> 230 </tr> 231 <tr> 232 <td class="cell20"><b>OO_SDK_CLI_HOME</b></td> 233 <td class="cell80">Path to the C# compiler and VB.NET compiler (on 234 Windows, this directory can be found under the system directory (e.g. 235 c:\WINXP\Microsoft.NET\Framework\v1.0.3705). The compilers are 236 <b>optional</b> and only necessary for building the CLI examples.<br> 237 <b>Note: Windows only!</b></td> 238 </tr> 239 <tr> 240 <td class="cell20"><b>OO_SDK_MAKE_HOME</b></td> 241 <td class="cell80">Path to GNU make.</td> 242 </tr> 243 <tr> 244 <td class="cell20"><b>OO_SDK_ZIP_HOME</b></td> 245 <td class="cell80">Path to the 'zip' tool.</td> 246 </tr> 247 <tr> 248 <td class="cell20"><b>OO_SDK_CAT_HOME</b></td> 249 <td class="cell80">Path to the 'cat' tool.</td> 250 </tr> 251 <tr> 252 <td class="cell20"><b>OO_SDK_SED_HOME</b></td> 253 <td class="cell80">Path to the 'sed' tool.</td> 254 </tr> 255 <tr> 256 <td class="cell20"><b>OO_SDK_OUTPUT_DIR</b></td> 257 <td class="cell80">Path to an existing directory where the example output 258 is generated. The output directory is <b>optional</b>, by default 259 the output is generated in the SDK directory itself. If an output 260 directory is specified, the output is generated in a SDK dependent 261 subdirectory in this directory (e.g. <OO_SDK_OUTPUT_DIR> 262 /Apache OpenOffice %PRODUCT_RELEASE%/LINUXExample.out)</td> 263 </tr> 264 <tr> 265 <td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td> 266 <td class="cell80">If this variable is set, the component examples are automatically deployed into the Office installation referenced by 267 OFFICE_HOME. See also chapter <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg" title="link to the "Extension Manager - unopkg" chapter in the Developer's Guide">"Extension Manager - unopkg"</a> from the Developer's Guide. 268 This variable is only relevant when OFFICE_HOME is set.</td> 269 </tr> 270 </table> 271 <p>You must run the <b>setsdkenv_XXX</b> script every time you want to 272 use the configured SDK environment. The settings are local for the current 273 shell on Windows or the new started shell on UNIX. On UNIX you 274 can now source one of the prepared environment 275 script files ("setsdkenv_unix.sh" or 276 "setsdkenv_unix.csh" dependending on the shell you use) to prepare 277 your current shell instead of starting a new shell.</p> 278 </td> 279 </tr> 280 <tr valign="middle"> 281 <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> 282 </tr> 283 <tr> 284 <td><img class="nothing10" src="images/nada.gif"></td> 285 <td align="right"> 286 <a href="#install" title="link to the top of this page"><img class="navigate" src="images/nav_up.png"></a> 287 <a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td> 288 </tr> 289 <tr> 290 <td colspan="2"> 291 <p class="head2">Manual Setting</p> 292 <p>If you do not want to use the script to set your working 293 environment, you must set the appropriate environment variables 294 yourself. The script sets the following environment variables:</p> 295 <p class="head3">Common Environment Variables</p> 296 <table class="table4"> 297 <tr valign="top"> 298 <td class="cell20">OO_SDK_NAME</td> 299 <td class="cell80">See description <a href="#oosdkname" title="link to the description of the environment variable OO_SDK_NAME">above</a>.</td> 300 </tr> 301 <tr valign="top"> 302 <td class="cell20">OO_SDK_URE_BIN_DIR</td> 303 <td class="cell80">The path within the chosen office or URE 304 installation where binary executables are located (e.g., 305 <i>$OFFICE_HOME/program</i> for an office installation, or 306 <i>$OO_SDK_URE_HOME/bin</i> for a Unix URE installation).</td> 307 </tr> 308 <tr valign="top"> 309 <td class="cell20">OO_SDK_URE_LIB_DIR</td> 310 <td class="cell80">The path within the chosen office or URE 311 installation where dynamic libraries are located (e.g., 312 <i>$OFFICE_HOME/program</i> for an office installation, or 313 <i>$OO_SDK_URE_HOME/lib</i> for a Unix URE installation).</td> 314 </tr> 315 <tr valign="top"> 316 <td class="cell20">OO_SDK_URE_JAVA_DIR</td> 317 <td class="cell80">The path within the chosen office or URE 318 installation where Java JARs are located (e.g., 319 <i>$OFFICE_HOME/program/classes</i> for an office installation, or 320 <i>$OO_SDK_URE_HOME/share/java</i> for a Unix URE installation).</td> 321 </tr> 322 <tr valign="top"> 323 <td class="cell20">CLASSPATH</td> 324 <td class="cell80"> 325 =<i>$OO_SDK_URE_JAVA_DIR/juh.jar; 326 $OO_SDK_URE_JAVA_DIR/jurt.jar; 327 $OO_SDK_URE_JAVA_DIR/ridl.jar; 328 $OO_SDK_URE_JAVA_DIR/unoloader.jar; 329 [$OO_SDK_URE_JAVA_DIR/unoil.jar;] 330 $CLASSPATH</i><br> 331 <p>The classpath will be set or extended to the necessary jar files of 332 the specified office installation. (<i>unoil.jar</i> is only included 333 when OFFICE_HOME is set.)</p> 334 </td> 335 </tr> 336 <tr valign="top"> 337 <td class="cell20">OFFICE_PROGRAM_PATH</td> 338 <td class="cell80">=<i>$OFFICE_HOME/program</i><br> 339 <p>This variable is used to find, for example, the office type library and 340 the UNO package deployment tool. This variable is only relevant when 341 OFFICE_HOME is set.</p> 342 </td> 343 </tr> 344 <tr valign="top"> 345 <td class="cell20">UNO_PATH</td> 346 <td class="cell80">=<i>$OFFICE_PROGRAM_PATH</i><br> 347 <p>This variable is used to ensure that the new C++ UNO bootstrap 348 mechanism uses the configured office installation of the SDK. Normally 349 the bootstrap mechanism finds the default office installation for the 350 user on the system. This variable is optional but is set from the scripts 351 to ensure a homogeneous environment. Especially useful during development 352 where you might have more than one office installation installed. This 353 variable is only relevant when OFFICE_HOME is set.</p> 354 </td> 355 </tr> 356 </table> 357 <p class="head3">Environment Variables for UNIX</p> 358 <p class="head4">Solaris</p> 359 <table class="table4"> 360 <tr valign="top"> 361 <td class="cell20">LD_LIBRARY_PATH</td> 362 <td class="cell80">=<i>$OO_SDK_URE_LIB_DIR: $OO_SDK_HOME/(solsparc|solintel)/lib: $LD_LIBRARY_PATH</i><br> 363 <p>The LD_LIBRARY_PATH will be set or will be extended by the office/URE 364 library path, the platform dependent lib directory for several additional 365 libraries.</p> 366 </td> 367 </tr> 368 <tr valign="top"> 369 <td class="cell20">PATH</td> 370 <td class="cell80">=<i>$OO_SDK_HOME/(solsparc|solintel)/bin:$OO_SDK_MAKE_HOME: $OO_SDK_ZIP_HOME: [$OO_SDK_CPP_HOME:] [$OO_SDK_JAVA_HOME/bin:] $OO_SDK_URE_BIN_DIR: $PATH</i></b><br> 371 <p>The PATH variable will be extended by the paths for the SDK development 372 tools, the compiler, the JDK, GNU make, the zip tool and the 373 OO_SDK_URE_BIN_DIR, where the compiler or the JDK are 374 optional.</p> 375 </td> 376 </tr> 377 <tr> 378 <td colspan="2" class="cell80">When OO_SDK_URE_HOME is set, the script 379 additionally creates symbolic links to the public dynamic libraries of 380 the URE in <i>$OO_SDK_HOME/(solsparc|solintel)/lib</i>, which are 381 needed for linking.</td> 382 </tr> 383 </table> 384 <p class="head4">Linux</p> 385 <table class="table4"> 386 <tr valign="top"> 387 <td class="cell20">LD_LIBRARY_PATH</td> 388 <td class="cell80">=<i>$OO_SDK_URE_LIB_DIR: $SDK_HOME/linux/lib: $LD_LIBRARY_PATH</i><br> 389 <p>The LD_LIBRARY_PATH will be set or will be extended by the office/URE 390 library path, the platform dependent lib directory for some additional 391 libraries.</p> 392 </td> 393 </tr> 394 <tr valign="top"> 395 <td class="cell20">PATH</td> 396 <td class="cell80">=<i>$OO_SDK_HOME/linux/bin:$OO_SDK_MAKE_HOME: $OO_SDK_ZIP_HOME: [$OO_SDK_CPP_HOME:] [$OO_SDK_JAVA_HOME/bin:] $OO_SDK_URE_BIN_DIR: $PATH</i><br> 397 <p>The PATH variable will be extended by the paths for the SDK development 398 tools, the compiler, the JDK, GNU make, the zip tool and the 399 OO_SDK_URE_BIN_DIR, where the compiler and the JDK are 400 optional.</p> 401 </td> 402 </tr> 403 <tr> 404 <td colspan="2" class="cell80">When OO_SDK_URE_HOME is set, the script 405 additionally creates symbolic links to the public dynamic libraries of 406 the URE in <i>$OO_SDK_HOME/linux/lib</i>, which are needed for 407 linking.</td> 408 </tr> 409 </table> 410 <p class="head3">Environment Variables for Windows</p> 411 <table class="table4"> 412 <tr valign="top"> 413 <td class="cell20">PATH</td> 414 <td class="cell80">=<i>%OO_SDK_HOME%\windows\bin; %OO_SDK_MAKE_HOME%; %OO_SDK_ZIP_HOME%; [%OO_SDK_CLI_HOME%;] [%OO_SDK_CPP_HOME%;] [%OO_SDK_JAVA_HOME%\bin;] %OO_SDK_URE_BIN_DIR%; %PATH%</i><br> 415 <p>The PATH variable will be extended by the paths for the SDK development 416 tools, the compiler, the JDK, GNU make, the zip tool and the 417 OO_SDK_URE_BIN_DIR.</p> 418 </td> 419 </tr> 420 <tr valign="top"> 421 <td class="cell20">LIB</td> 422 <td class="cell80">=<i>%OO_SDK_HOME%\windows\lib; %LIB%</i><br> 423 <p>The LIB variable will be extended by the path to the import libraries 424 that are necessary for Windows.</p> 425 </td> 426 </tr> 427 <tr valign="top"> 428 <td colspan="2" class="cell80">In addition to setting these environment 429 variables, the script calls the "<i>vcvar32.bat</i>" batch file 430 which is provided by the Microsoft Developer Studio to set the necessary 431 environment variables for the compiler.</td> 432 </tr> 433 </table> 434 </td> 435 </tr> 436 </table> 437 </td> 438 </tr> 439 </table> 440 </td> 441 </tr> 442 <tr> 443 <td colspan="3"><img class="nothing30" src="images/nada.gif"></td> 444 </tr> 445 <tr> 446 <td colspan="3"><img class="line" src="images/sdk_line-1.gif"></td> 447 </tr> 448 <tr> 449 <td colspan="3"> 450 <div class="centertext"> 451 <p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> 452 Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> 453 </div> 454 </td> 455 </tr> 456</table> 457<map name="Map"> 458 <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> 459</map> 460</body> 461</html> 462