diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-24 09:40:09 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-24 09:40:09 +0100 |
commit | a613c9ad5be96a9880cb81571e2128676e3e2151 (patch) | |
tree | a241d2e378d9589fd15450e545464bc9a101b36e /odk/docs | |
parent | e849c3f54dfe7c05c4867f4ea2609b6251f14788 (diff) |
Some OOo -> LO changes (hopeful nothing broke with them)
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/install.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index baf9b5f1259f..87a07ca2364b 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -1,6 +1,6 @@ <html> <head> - <title>OpenOffice.org %PRODUCT_RELEASE% SDK - Installation Guide</title> + <title>LibreOffice %PRODUCT_RELEASE% SDK - Installation Guide</title> <link rel="stylesheet" type="text/css" href="sdk_styles.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="author" content="Jürgen Schmidt"> @@ -36,16 +36,16 @@ <table class="table3"> <tr> <td colspan="2"> - <p>The OpenOffice.org %PRODUCT_RELEASE% SDK comes with a set of development tools, base + <p>The LibreOffice %PRODUCT_RELEASE% SDK comes with a set of development tools, base libraries, header files and helper class files that can be used to - develop Java/C++ components, to embed the OpenOffice.org %PRODUCT_RELEASE% application in + develop Java/C++ components, to embed the LibreOffice %PRODUCT_RELEASE% application in your own programs, or to use the API (scripting or remote control the office). For a complete working environment, we have some additional requirements:</p> </td> </tr> <tr valign="top"> - <td><b>OpenOffice.org %PRODUCT_RELEASE% installation</td> + <td><b>LibreOffice %PRODUCT_RELEASE% installation</td> <td class="content80">The SDK works on top of an existing office installation and uses the same libraries as the office installation.</td> </tr> @@ -134,7 +134,7 @@ <li><b>C:\Documents and Settings\<username>\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b></a> -> for Windows2000/XP or later </ul> <p>The automatically started configure script (Unix and Windows2000/XP) - requests relevant information and directories (SDK, StarOffice, GNU make, + requests relevant information and directories (SDK, LibreOffice, GNU make, Java, C++), in order to prepare a working SDK environment. After completing the configure script once, the newly created script is always used to set the necessary environment variables for using the SDK and the required @@ -154,8 +154,8 @@ <table class="table4"> <tr valign="top"> <td class="cell20"><b>OFFICE_HOME</b></td> - <td class="cell80">Path to an existing StarOffice™ or OpenOffice.org - base installation, e.g. "/opt/staroffice8". Be sure + <td class="cell80">Path to an existing LibreOffice + base installation, e.g. "/opt/libreoffice8". Be sure that it is not a user installation only. Exactly one of OFFICE_HOME and OO_SDK_URE_HOME must be set. The other should be either unset or set to an empty value.</td> @@ -172,14 +172,14 @@ <tr> <td class="cell20"><b>OO_SDK_URE_HOME</b></td> <td class="cell80">Path to an existing UNO Runtime Environment - installation, e.g. "/opt/openoffice.org/ure". Exactly one of + installation, e.g. "/opt/libreoffice/ure". Exactly one of OFFICE_HOME and OO_SDK_URE_HOME must be set. The other should be either unset or set to an empty value.</td> </tr> <tr> <td class="cell20"><b>OO_SDK_HOME</b></td> <td class="cell80">Path to the SDK root directory, e.g. - "/usr/local/StarOffice8_SDK"</td> + "/opt/libreoffice/sdk"</td> </tr> <tr> <td class="cell20"><b>OO_SDK_JAVA_HOME</b></td> @@ -218,7 +218,7 @@ the output is generated in the SDK directory itself. If an output directory is specified, the output is generated in a SDK dependent subdirectory in this directory (e.g. <OO_SDK_OUTPUT_DIR> - /OpenOffice.org %PRODUCT_RELEASE%/LINUXExample.out)</td> + /LibreOffice %PRODUCT_RELEASE%/LINUXExample.out)</td> </tr> <tr> <td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td> |