README (81e6fec9) | README (78ecfec3) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48- PATH 49Points to a GCC installation (including g++) as well as a JDK installation that 50contains the java, javac, and jar executables. For the minimum version 51requirements, see the SDK Installation Guide ($SDK_HOME/docs/install.html). 52 53- URE_HOME (optional) 54Overwrites the default URE location, that is, /opt/openoffice.org/ure. 55 | 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 --- 39 unchanged lines hidden (view full) --- 48- PATH 49Points to a GCC installation (including g++) as well as a JDK installation that 50contains the java, javac, and jar executables. For the minimum version 51requirements, see the SDK Installation Guide ($SDK_HOME/docs/install.html). 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 | |
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 --- | 56Tests 57----- 58 59Makefile and Makefile.pln can execute the following tests: 60 61- test-cpptest 62Builds a C++ UNO component, cppmain.uno, and runs the component with the uno 63executable. The component first attempts to instantiate all the UNO services --- 32 unchanged lines hidden --- |