diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-25 13:11:26 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-25 13:11:54 +0200 |
commit | 41e2ab351b2288e43b44c6f28f1ae34779de25a8 (patch) | |
tree | f62d20fa5866cb63b6131c6fd9bcb8b29f7d5daa /README.cross | |
parent | 97831f005c20f9ff2ebb1bb9161ca262a6c9ac04 (diff) |
Added TODO to README.cross.
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.cross b/README.cross index 4dcacc3614cc..2ef067dcbb51 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 --- |