summaryrefslogtreecommitdiffstats
path: root/README.cross
Commit message (Collapse)AuthorAgeFilesLines
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-5/+5
| | | | | | | Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95 Reviewed-on: https://gerrit.libreoffice.org/64102 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
* Fix typosAndrea Gelmini2017-08-171-2/+2
| | | | | | | Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Use more secure HTTPS URL for dev-www.libreoffice.orgPaul Menzel2017-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run the command below to convert all URLs for *dev-www.libreoffice.org* to use the more secure HTTPS URL. ``` git grep -l 'http://dev-www' | xargs sed -i 's,http://dev-www.libreoffice.org,https://dev-www.libreoffice.org,g' ``` If a redirect is implemented for the insecure HTTP requests, also one request would be saved. ``` $ curl -I http://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:52 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 $ curl -I https://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:57 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 ``` Change-Id: I99626ded90f72239f98ce76fd1b2760c31c34408 Reviewed-on: https://gerrit.libreoffice.org/37703 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Drop the Windows information, nobody has done that for yearsTor Lillqvist2015-12-171-194/+4
| | | | Change-Id: Idaf5b50c3fcd1083d758055889dea7e117adef3b
* lokdocview: adapt Android pathMiklos Vajna2015-05-211-1/+1
| | | | Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
* Bin the 'DocumentLoader' Android test appTor Lillqvist2015-05-211-12/+4
| | | | | It is the wrong approach, from the time before tiled rendering, and has not been built for a long time.
* android: add debugrun Makefile targetMiklos Vajna2015-03-231-24/+3
| | | | | | | | | | | Also, if we are at it: - clean up 'run' as well: since the doc browser is the default activity, no need to pass the test doc path anymore - make 'install' not depend on build: a full build would need a toplevel 'make' anyway Change-Id: Ia55d52f767ab3e0be02a753a95b2aac02f8491cc
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* android: Dump my debugging notes to the readme's.Jan Holesovsky2014-10-131-0/+13
| | | | Change-Id: I8f91e73fe5df5dfef054df80d43be3c74d01388b
* remove unnecessary references to test-install (just use instdir)Michael Stahl2014-08-071-3/+0
| | | | Change-Id: I99f19a3e2ed166c2ea4397f8767975973dd5d983
* If dev-install is obsolete, why have it at all?Tor Lillqvist2014-08-071-2/+2
| | | | | | Replace mentions of it in a few (dcumentation) places with test-install. Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
* Add note that building for the simulator is brokenTor Lillqvist2014-07-091-4/+5
| | | | Change-Id: I188ce756ea8194e903fc0d3edb0e859ab52c7d0f
* android: Support for Android SDK Tools 23 + note about their brokeness.Jan Holesovsky2014-06-301-0/+11
| | | | Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
* android: Now we need API 15 SDK.Jan Holesovsky2014-06-301-1/+1
| | | | Change-Id: I220072b304ebe9471e52f642c850b10bd1f63850
* normalize values of CROSS_COMPILINGMichael Stahl2014-02-271-1/+1
| | | | Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
* Mention that the Raspbian cross-build works from openSUSE, tooTor Lillqvist2014-02-221-1/+1
| | | | Change-Id: Id9d8817a65795357ea8c333f3332baf6e0bc2e77
* Minor updatesTor Lillqvist2014-02-211-5/+3
| | | | Change-Id: I8f3580f10e8beee4103780be71a08929e9000bf0
* Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann2014-02-141-1/+0
| | | | | | ...only used in bean/Library_officebean.mk Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2
* Minor update for RaspbianTor Lillqvist2014-01-201-9/+17
| | | | Change-Id: I5208aa7e6f40acc6d18a0617dc104474e1e87870
* Update README for cross-compiling to Raspbian a bit.Matúš Kukan2014-01-161-11/+11
| | | | Change-Id: I2741dd3304d85986389a2ae7213cdbb345c6efc6
* fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky2013-10-141-5/+3
| | | | | Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* goodbye linkoo.. you have served wellMatúš Kukan2013-09-171-6/+0
| | | | | | | | | | 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
* Documentation update of README.crossChris Sherlock2013-05-151-4/+4
| | | | | | | | | | | * 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>
* Update to match realityTor Lillqvist2013-05-011-17/+13
| | | | Change-Id: I37ad1595613f20a8f7c8694b560bb6678c214c62
* README.cross: don't mention explicit openSUSE releasesMiklos Vajna2013-04-191-1/+1
| | | | | | Otherwise one will have to update this document every few months. Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-031-20/+1
| | | | Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
* TypoTor Lillqvist2013-03-181-4/+4
| | | | Change-Id: I3d1daea328d65f3b6ab9bb544dfb87133ab5dc2e
* Some edits to improve match with current realityTor Lillqvist2013-03-181-136/+138
| | | | Change-Id: Ieb2839a3416b1ff7d8f8b5f557f98116115eb1ce
* mention cross-compilation for Raspbian possibility in README.crossMatúš Kukan2013-03-141-2/+63
| | | | Change-Id: I977764882080bd9c57dae2fc7bd473f70a0b4299
* MinGW: 2 more paths updated.Jan Holesovsky2013-03-011-2/+2
| | | | Change-Id: I0e987cc3490181c3cfed716c9a49104f46a35d82
* MinGW: Update the installation location.Jan Holesovsky2013-03-011-2/+2
| | | | Change-Id: I5cdcfd8b906710c7ce756d7384fa21e4fcaa4ff6
* remove obsolete mozilla options for cross compilationDavid Ostrovsky2013-02-241-6/+0
| | | | Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50
* remove zenity configure optionMatúš Kukan2013-02-161-3/+0
| | | | | | | | | | 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>
* Always use Java target version 1.5Tor Lillqvist2012-11-291-1/+0
| | | | | | | | | | | | 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
* Update to be able to at least start the MinGW build again.Jan Holesovsky2012-11-251-1/+2
| | | | Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
* Update MinGW build reqs.Jan Holesovsky2012-11-251-3/+3
| | | | Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* README.cross: typoMiklos Vajna2012-11-201-1/+1
| | | | Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5
* README.cross: update Android arm configure optionsMiklos Vajna2012-11-161-6/+4
| | | | Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d
* dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS2012-11-141-1/+0
| | | | | | | Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9 Reviewed-on: https://gerrit.libreoffice.org/1060 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* adjust README.cross to reflect binfitler removalNorbert Thiebaud2012-11-101-1/+0
| | | | Change-Id: Iee3fa02bde03ced462460e4ba3e17200f47a27e5
* README.cross: yes, that list was almost enoughMiklos Vajna2012-11-091-2/+2
| | | | Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
* More updatesTor Lillqvist2012-09-101-36/+23
| | | | Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0
* UpdatesTor Lillqvist2012-09-101-7/+7
| | | | Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520
* Don't fake --with-system-nss any more, autodetect build platform toolchainTor Lillqvist2012-08-201-9/+2
| | | | Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
* Can use simpler autogen.lastrun nowTor Lillqvist2012-08-091-4/+0
| | | | Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d
* Drop the --with-external-tar to avoid confusionTor Lillqvist2012-08-091-1/+0
| | | | Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea
* No, we don't want any Python stuff for AndroidTor Lillqvist2012-08-091-1/+0
| | | | Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
* Update sample autogen.lastrun for MacOSX -> AndroidTor Lillqvist2012-08-091-7/+14
| | | | Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa
* android: share more common Makefile pieces between a couple of usersMichael Meeks2012-08-031-6/+16
| | | | | | Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README