Commit Graph

106 Commits

Author SHA1 Message Date
ff929ad45c remove unnecessary references to test-install (just use instdir)
Change-Id: I99f19a3e2ed166c2ea4397f8767975973dd5d983
2014-08-07 11:49:15 +02:00
0acc3300f1 If dev-install is obsolete, why have it at all?
Replace mentions of it in a few (dcumentation) places with test-install.

Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
2014-08-07 09:04:45 +03:00
f285ac7c0a Add note that building for the simulator is broken
Change-Id: I188ce756ea8194e903fc0d3edb0e859ab52c7d0f
2014-07-09 12:27:05 +03:00
cfd74ae2b9 android: Support for Android SDK Tools 23 + note about their brokeness.
Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
2014-06-30 14:48:01 +02:00
c79e70f589 android: Now we need API 15 SDK.
Change-Id: I220072b304ebe9471e52f642c850b10bd1f63850
2014-06-30 14:48:01 +02:00
d729d169de normalize values of CROSS_COMPILING
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-27 18:09:01 +01:00
661ab31de2 Mention that the Raspbian cross-build works from openSUSE, too
Change-Id: Id9d8817a65795357ea8c333f3332baf6e0bc2e77
2014-02-22 13:48:40 +02:00
2462aa668f Minor updates
Change-Id: I8f3580f10e8beee4103780be71a08929e9000bf0
2014-02-21 22:38:03 +02:00
f9d7430574 Merge AWTLIB and JAVALIB together as JAWTLIB
...only used in bean/Library_officebean.mk

Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2
2014-02-14 08:41:16 +01:00
78a61583c2 Minor update for Raspbian
Change-Id: I5208aa7e6f40acc6d18a0617dc104474e1e87870
2014-01-20 15:01:45 +02:00
ee2d7273e4 Update README for cross-compiling to Raspbian a bit.
Change-Id: I2741dd3304d85986389a2ae7213cdbb345c6efc6
2014-01-16 15:56:30 +01:00
2aa5d13ed0 fdo#61950 De-extensionize presentation minimizer
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-14 12:21:39 +02:00
f5b840a3ee goodbye linkoo.. you have served well
This commit:
- removes linkoo and --disable-linkoo option
- removes 'dev-update' make target
- creates --disable-ooenv option
- removes LD_LIBRARY_PATH and PATH settings in ooenv

Change-Id: I9530558531e9cb58b8282754ec8a6c655f190480
2013-09-17 19:37:42 +02:00
91b27bc3d8 Documentation update of README.cross
* Fixed typos
* Errant/missing commas fixed
* autogen.lastrun -> autogen.input

Change-Id: Ibc0d34f21de661139e622a34d760a6683f394643
Reviewed-on: https://gerrit.libreoffice.org/3916
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-15 15:04:28 +00:00
5011f4cb8d Update to match reality
Change-Id: I37ad1595613f20a8f7c8694b560bb6678c214c62
2013-05-01 20:50:38 +03:00
42960dcc78 README.cross: don't mention explicit openSUSE releases
Otherwise one will have to update this document every few months.

Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209
2013-04-19 18:26:41 +02:00
7aa6f1b014 Remove Mac OS X for PowerPC support
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-04-03 21:13:17 +03:00
c43613b4ca Typo
Change-Id: I3d1daea328d65f3b6ab9bb544dfb87133ab5dc2e
2013-03-18 10:22:11 +02:00
30fded6a91 Some edits to improve match with current reality
Change-Id: Ieb2839a3416b1ff7d8f8b5f557f98116115eb1ce
2013-03-18 09:28:26 +02:00
63a13216e3 mention cross-compilation for Raspbian possibility in README.cross
Change-Id: I977764882080bd9c57dae2fc7bd473f70a0b4299
2013-03-14 19:43:24 +01:00
256c4dec7b MinGW: 2 more paths updated.
Change-Id: I0e987cc3490181c3cfed716c9a49104f46a35d82
2013-03-01 11:57:04 +01:00
ef88d773d3 MinGW: Update the installation location.
Change-Id: I5cdcfd8b906710c7ce756d7384fa21e4fcaa4ff6
2013-03-01 11:55:36 +01:00
c064fa5048 remove obsolete mozilla options for cross compilation
Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50
2013-02-24 22:15:17 +01:00
3717bbf31d remove zenity configure option
It has served well but it's useless nowadays.
build.pl is going to die anyway.

Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4
Reviewed-on: https://gerrit.libreoffice.org/2174
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-16 09:36:48 +00:00
5c159626c6 Always use Java target version 1.5
It has been way too common for people to accidentally have a javac
from JDK 7 create class files that are of the newest version, which
older JREs and Android's dex then don't understand.

As many of the distro-configs files specified
--with-java-target-version=1.5 anyway, let's just hardcode that for
now.

Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29 18:02:57 +02:00
7861bf081e Update to be able to at least start the MinGW build again.
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
2012-11-25 12:46:50 +01:00
4533b4b2a5 Update MinGW build reqs.
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
2012-11-25 11:07:44 +01:00
7bf64a5af4 Turn PDF import from bundled extension to plain code
No need for dirty hacks linking in basegfx objects statically any more.

To avoid unnecessary confusion between the newly plain code and any instance of
the old extension still installed (per-user or shared), I renamed all relevant
UNO implementation identifiers from com.sun.star.comp.documents.* to
org.libreoffice.comp.documents.*.  Also, existing installations of the extension
are explicitly not migrated to new user profiles.

The xpdfimport executable is now in program/, its xpdfimport_err.pdf in
share/xpdfimport/.  To simplify finding the _err.pdf from xpdfimport, its full
pathname is now given as additional second argument to xpdfimport.  To find
xpdfimport executable from CppunitTest, CppunitTest creates a symlink from
solver's unittest/installation/program to solver's bin, so that
"$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets
BRAND_BASE_DIR to solver's unittest/installation).

The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even
though it was included in the .oxt) and has been removed.

The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport.
Having it still conditional requires some pdf_Portable_Document_Format vs.
pdf_Portable_Document_Format_import foo in module filter.

Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-24 23:21:37 +01:00
a54e92737e README.cross: typo
Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5
2012-11-20 09:20:52 +01:00
3dab6fba4a README.cross: update Android arm configure options
Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d
2012-11-16 11:17:20 +01:00
8ea17cdae7 dropped obsolete --with-system-gettext configure option
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-14 13:19:43 +00:00
7f97d31407 adjust README.cross to reflect binfitler removal
Change-Id: Iee3fa02bde03ced462460e4ba3e17200f47a27e5
2012-11-10 03:39:50 -06:00
09189c3fac README.cross: yes, that list was almost enough
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
2012-11-09 15:17:29 +01:00
886a299b02 More updates
Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0
2012-09-10 16:22:21 +03:00
0f9f8ef8b0 Updates
Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520
2012-09-10 14:29:53 +03:00
64792f61a1 Don't fake --with-system-nss any more, autodetect build platform toolchain
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
2012-08-20 12:02:58 +03:00
3dd05633bf Can use simpler autogen.lastrun now
Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d
2012-08-09 23:57:15 +03:00
97febaa3e2 Drop the --with-external-tar to avoid confusion
Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea
2012-08-09 14:09:31 +03:00
a606fa37da No, we don't want any Python stuff for Android
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
2012-08-09 13:52:40 +03:00
ab236e180c Update sample autogen.lastrun for MacOSX -> Android
Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa
2012-08-09 13:02:05 +03:00
e61e51ab96 android: share more common Makefile pieces between a couple of users
Try to start consolidating the complexity here.
generate Application.mk to specify the required ABI
fold common distro-config pieces out of README
2012-08-03 16:41:42 +01:00
063afe5104 Check for the msi* build requirements in configure.in + update README.cross.
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
2012-07-24 13:42:51 +02:00
cce51e4fd3 mingw32-python is now necessary too.
Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f
2012-06-26 11:39:57 +02:00
538b449ed5 Add a note about MinGW debugging TODO.
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
2012-06-19 09:22:29 +02:00
ab4014e602 Must use -mmacosx-version-min=10.6 when host platform is iOS simulator
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
2012-06-04 11:41:51 +03:00
bc229ca1ab Update README.cross to match reality better
Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e
2012-05-18 09:38:00 +03:00
7606616cdd Mention that the android/qa/sc test has not been maintained lately
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
2012-05-17 16:37:02 +03:00
b58498fb57 Now with in-process redirection, the adb shell setprop thing is not needed
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-17 16:32:32 +03:00
e0c17f41a5 How to examine strings in winedbg. 2012-03-19 15:27:49 +01:00
345693a06b Don't bother mentioning irrelevant autogen options 2012-03-05 10:08:15 +02:00