diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:14:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:14:55 +0000 |
commit | 93532bf025862184bdcc29e11a187789d60d10fa (patch) | |
tree | 40d0952545e5c30ab5c1f521f968dbeda6839f02 /odk/docs | |
parent | e61553be7db7beba7ebfa7394af8150d0f3efeb3 (diff) |
INTEGRATION: CWS jsc21 (1.27.2); FILE MERGED
2008/07/03 16:02:02 jsc 1.27.2.2: #88797# rework optional module, make standalone product
2008/05/27 18:27:02 jsc 1.27.2.1: #i88797# update compiler versions
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/install.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index 1dcfe5f2737e..efeb3b793ef3 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -46,15 +46,9 @@ </td> </tr> <tr valign="top"> - <td><b>[PRODUCTNAME] installation <em>or</em> URE installation<b></td> + <td><b>[PRODUCTNAME] installation</td> <td class="content80">The SDK works on top of an existing office - installation and uses the same libraries as the office installation. - Alternatively, the SDK can be used in combination with a UNO Runtime - Environment (URE), which comprises only UNO itself, but not the whole - office application. Note that when using a URE, the - functionality of the SDK is limited; e.g., the various examples in the - SDK expect an office application and do not work with a plain - URE.</td> + installation and uses the same libraries as the office installation.</td> </tr> </tr> <tr valign="middle"> @@ -82,18 +76,18 @@ <table class="table4"> <tr> <td class="cell15">Solaris</td> - <td class="cell85">Sun WorkShop 6 update 1 C++ 5.2 2000/09/11</td> + <td class="cell85">Sun Studion 8 (20070730)</td> </tr> <tr> <td class="cell15">Linux</td> - <td class="cell80">GNU C++ compiler, gcc version 3.0.1</td> + <td class="cell80">GNU C++ compiler, gcc version 4.0.1</td> </tr> <tr> <td class="cell15">Windows</td> - <td class="cell80">Microsoft C++ Compiler, Microsoft Visual Studio .NET 2003 (cl, version 13.10.3070)</td> + <td class="cell80">Microsoft C++ Compiler, Microsoft Visual Studio 2008 or the Express version (cl, version 15.00.21022)</td> </tr> </table> - <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>!</p></td> + <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> </tr> <tr valign="middle"> <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td> |