summaryrefslogtreecommitdiffstats
path: root/README.cross
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-29 15:25:54 +0200
committerJan Holesovsky <kendy@suse.cz>2011-09-29 17:21:26 +0200
commit004820b51b848f806511411687e89dad0aba29ef (patch)
tree3d1cea0ec3ddebbf2df890a426283f9c2478489e /README.cross
parentResolves: fdo#41128 hyphenation properties without handle ids not honoured (diff)
downloadcore-004820b51b848f806511411687e89dad0aba29ef.tar.gz
core-004820b51b848f806511411687e89dad0aba29ef.zip
You have to install into /tmp, otherwise you'll have runtime trouble.
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.cross b/README.cross
index 9722e49ee733..1aaf88c017ec 100644
--- a/README.cross
+++ b/README.cross
@@ -213,22 +213,25 @@ CXX_FOR_BUILD=ccache g++
Once you have compiled it, you may want to try to run it:
-$ cd instsetoo_native/wntgcci.pro/LibreOffice_Dev/archive/install/en-US
-$ tar xf LibO-Dev_OOO350m1_Win_x86_install-arc_en-US.tar.gz
+$ cd /tmp
+$ tar xf <your-build-dir>/instsetoo_native/wntgcci.pro/LibreOffice_Dev/archive/install/en-US/LibO-Dev_OOO350m1_Win_x86_install-arc_en-US.tar.gz
$ cd LibO-Dev_OOO350m1_Win_x86_install-arc_en-US/LibO-dev\ 3.5/program
$ cp /usr/i686-w64-mingw32/sys-root/mingw/bin/* ./
$ wine soffice.exe
+NB. it is important to unpack somewhere low in the hierarchy structure (like
+in /tmp as advised above), otherwise you'll get BerkeleyDB errors on startup.
+
And if you are brave enough, you can even debug it. First you have to add the
URE dll's to the wine's PATH using 'wine regedit' - see
http://www.winehq.org/docs/wineusr-guide/environment-variables, and add
-Z:\local\libreoffice\master-mingw32\instsetoo_native\wntgcci.pro\LibreOffice_Dev\archive\install\en-US\LibO-Dev_OOO350m1_Win_x86_install-arc_en-US\LibO-dev 3.5\URE\bin
-to "Path".
+Z:\tmp\LibO-Dev_OOO350m1_Win_x86_install-arc_en-US\LibO-dev 3.5\URE\bin
+to "Path" in My Computer->HKEY_CURRENT_USER->Environment.
Then run linkoo, so that when you rebuild something, you can directly see the
changes the next time you run it:
-solenv/bin/linkoo '<your_clone_dir>/instsetoo_native/wntgcci.pro/LibreOffice_Dev/archive/install/en-US/LibO-Dev_OOO350m1_Win_x86_install-arc_en-US/LibO-dev 3.5' <your_clone_dir>
+solenv/bin/linkoo '/tmp/LibO-Dev_OOO350m1_Win_x86_install-arc_en-US/LibO-dev 3.5' <your_clone_dir>
And start debugging: