README.cross | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
New commits: commit ee2d7273e4f14fb867c16802e392f73590f526bc Author: Matúš Kukan <matus.ku...@collabora.com> Date: Thu Jan 16 15:56:30 2014 +0100 Update README for cross-compiling to Raspbian a bit. Change-Id: I2741dd3304d85986389a2ae7213cdbb345c6efc6 diff --git a/README.cross b/README.cross index 5c565a3..2d133eb 100644 --- a/README.cross +++ b/README.cross @@ -383,11 +383,13 @@ started, run ndk-gdb. Raspbian ******** -It's now possible to cross-compile LibreOffice for Rapsberry Pi running Raspbian. +In theory, this should work also for another Linux, it does not need to be Raspbian. +But this cross-compilation work is tested from Debian based system to Raspbian. + You will need Raspbian's pkg-config files and system libraries to build against. -Available at http://dev-www.libreoffice.org/src/raspbian_rootfs.tar.bz2 -$ wget http://dev-www.libreoffice.org/src/raspbian_rootfs.tar.bz2 -$ tar -axf raspbian_rootfs.tar.bz2 +Available at http://dev-www.libreoffice.org/extern/raspbian_rootfs.tar.bz2 +$ wget http://dev-www.libreoffice.org/extern/raspbian_rootfs.tar.bz2 +$ tar -xf raspbian_rootfs.tar.bz2 You can build cross-compiler yourself or get the executables here: $ git clone git://github.com/raspberrypi/tools @@ -415,8 +417,7 @@ CC=<path-to-arm-linux-gnueabihf-gcc> --sysroot=<path-to-raspbian_rootfs> CXX=<path-to-arm-linux-gnueabihf-g++> --sysroot=<path-to-raspbian_rootfs> --build=x86_64-unknown-linux-gnu --host=arm-unknown-linux-gnueabihf ---without-doxygen ---disable-gnome-vfs +--disable-sdk --enable-python=system PYTHON_CFLAGS=-I<path-to-raspbian_rootfs>/usr/include/python2.7 PYTHON_LIBS=-lpython2.7 @@ -433,8 +434,7 @@ JAVALIB=-L<path-to-raspbian_rootfs>/usr/lib/jvm/java-6-openjdk-armhf/jre/lib/arm --with-system-redland Finally, when you are ready to run the binaries in Raspbian, -you may need to get more system libraries. -Update your /etc/apt/sources.list as described in -http://www.raspbian.org/RaspbianRepository and then: -$ sudo apt-get update -$ sudo apt-get build-dep libreoffice +you may need to get more system libraries, who knows. +$ sudo apt-get install libreoffice # or similar +That installs libreoffice too, which you don't need because you have +just built one, but I don't know how to avoid it easily.
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits