[Libreoffice-commits] .: README.cross

Jan Holesovsky kendy at kemper.freedesktop.org
Thu Aug 25 04:12:15 PDT 2011


 README.cross |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

New commits:
commit 41e2ab351b2288e43b44c6f28f1ae34779de25a8
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Aug 25 13:11:26 2011 +0200

    Added TODO to README.cross.

diff --git a/README.cross b/README.cross
index 4dcacc3..2ef067d 100644
--- a/README.cross
+++ b/README.cross
@@ -166,6 +166,36 @@ CXX_FOR_BUILD=ccache g++
 --with-system-redland
 --with-vendor=no
 
+TODO:
+
+- installation
+  - so far the make_installer.pl calls makecab.exe, uuidgen.exe, and
+    others; would be best to avoid that if at all possible (using a free
+    cab implementation, part of Wine or something)
+  - MSI generation
+  - if at all possible, the make dev-install installation (with links
+    back to the build) should be done so that it would be directly
+    executable via wine after doing make dev-install :-)
+
+- runtime
+  - no idea if the entire thing works after the installation at all; I
+    suppose there will be runtime problems to look at too
+
+- cleanup
+  - enable & fix pieces that are currently disabled
+    - --without-myspell-dicts
+    - --disable-directx
+    - --disable-activex
+    - --disable-mozilla
+  - much of the stuff currently relies on --with-system-*, and
+    consequently on the mingw32-* openSUSE packages; might be good to be
+    able to build with as few dependencies as possible - but that is low
+    prio I think
+
+- profiling
+  - when all the above is sorted out, we should look at the speed of
+    this vs. the speed of the MSVC version
+
 
 iOS
 ---


More information about the Libreoffice-commits mailing list