From ee2d7273e4f14fb867c16802e392f73590f526bc Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 16 Jan 2014 15:56:30 +0100 Subject: Update README for cross-compiling to Raspbian a bit. Change-Id: I2741dd3304d85986389a2ae7213cdbb345c6efc6 --- README.cross | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README.cross') diff --git a/README.cross b/README.cross index 5c565a34dea3..2d133ebe3551 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= --sysroot= CXX= --sysroot= --build=x86_64-unknown-linux-gnu --host=arm-unknown-linux-gnueabihf ---without-doxygen ---disable-gnome-vfs +--disable-sdk --enable-python=system PYTHON_CFLAGS=-I/usr/include/python2.7 PYTHON_LIBS=-lpython2.7 @@ -433,8 +434,7 @@ JAVALIB=-L/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. -- cgit