README (e76eebc6) | README (81e6fec9) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 19 unchanged lines hidden (view full) --- 28Makefile 29-------- 30 31Before you execute Makefile, you need to configure the Software Development Kit 32(SDK) environment to work with a URE installation, a C++ compiler, and a JDK. 33For more information, read the .../docs/install.html file in the SDK 34installation. 35 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 19 unchanged lines hidden (view full) --- 28Makefile 29-------- 30 31Before you execute Makefile, you need to configure the Software Development Kit 32(SDK) environment to work with a URE installation, a C++ compiler, and a JDK. 33For more information, read the .../docs/install.html file in the SDK 34installation. 35 |
36NOTE: On Linux x86, if the Makefile accesses a GCC that is incompatible with the 37GCC that was used to build the URE, use the GCCS_COMPAT environment variable as 38a workaround. For more details, see the UDK README file. 39 40 | |
41Makefile.pln 42------------ 43 44You can only run Makefile.pln on Linux x86. You do not need to configure your 45SDK environment to use this makefile, however, you do need to set the following 46environment variables: 47 48- SDK_HOME --- 8 unchanged lines hidden (view full) --- 57 58- URE_HOME (optional) 59Overwrites the default URE location, that is, /opt/openoffice.org/ure. 60 61- GXX_INCLUDE_PATH (optional) 62Overwrites the default location of the GCC C++ headers (/usr/include/g++). This 63information is needed by the STLport included in the URE. 64 | 36Makefile.pln 37------------ 38 39You can only run Makefile.pln on Linux x86. You do not need to configure your 40SDK environment to use this makefile, however, you do need to set the following 41environment variables: 42 43- SDK_HOME --- 8 unchanged lines hidden (view full) --- 52 53- URE_HOME (optional) 54Overwrites the default URE location, that is, /opt/openoffice.org/ure. 55 56- GXX_INCLUDE_PATH (optional) 57Overwrites the default location of the GCC C++ headers (/usr/include/g++). This 58information is needed by the STLport included in the URE. 59 |
65- GCCS_COMPAT (optional) 66Fixes incompatibility issues between the GCC that was used to build the URE and 67the GCC that Makefile.pln accesses. For more details, see the UDK README file. 68 69 | |
70Tests 71----- 72 73Makefile and Makefile.pln can execute the following tests: 74 75- test-cpptest 76Builds a C++ UNO component, cppmain.uno, and runs the component with the uno 77executable. The component first attempts to instantiate all the UNO services --- 32 unchanged lines hidden --- | 60Tests 61----- 62 63Makefile and Makefile.pln can execute the following tests: 64 65- test-cpptest 66Builds a C++ UNO component, cppmain.uno, and runs the component with the uno 67executable. The component first attempts to instantiate all the UNO services --- 32 unchanged lines hidden --- |