summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Collapse)Author
2012-06-04Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
2012-05-18Update README.cross to match reality betterTor Lillqvist
Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e
2012-05-17Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-03-19How to examine strings in winedbg.Jan Holesovsky
2012-03-05Don't bother mentioning irrelevant autogen optionsTor Lillqvist
2012-03-01Modify iOS device example to use ClangTor Lillqvist
2012-02-27android: remove obsolete sourcing of Env.Host.sh adviceMichael Meeks
2012-02-22Updates for iOS, and Xcode 4.3Tor Lillqvist
2012-02-17Recommend to use NDK r7bTor Lillqvist
Drop compiler options -fexceptions -frtti for Android, I hope they are taken care of by the makefilery where needed. At least either -fexceptions or -fno-exceptions is used for each C++ compilation as far as I know. Not so sure about RTTI, let's see.
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-03Add --with-android-sdk and --with-ant-home to the Android from Linux sampleTor Lillqvist
2012-01-26README.cross: LibO-dev -> LOdev in the mingw sectionMiklos Vajna
2012-01-22Wash my handsTor Lillqvist
2012-01-20Add --with-android-sdk to the sample autogen.lastrunTor Lillqvist
2012-01-20Fix my emailTor Lillqvist
2012-01-18android: add --with-android-ndk= option to simplify configure.Michael Meeks
2012-01-17Correct my emailTor Lillqvist
2012-01-17Make it sound slightly less experimental and scaryTor Lillqvist
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist
2012-01-03More Android notesTor Lillqvist
2012-01-03Explain building and running (and debugging) unit tests on Android a bitTor Lillqvist
2011-12-15Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky
2011-11-26Use the 5.0 SDK for the iOS simulator exampleTor Lillqvist
2011-11-14Update Android example to use NDK r7Tor Lillqvist
2011-11-11Update example for iOS device: Use 5.0 SDKTor Lillqvist
2011-11-11Add note about an iOS SDK hickupTor Lillqvist
2011-11-11Update iOS examplesTor Lillqvist
2011-11-10Tiny editTor Lillqvist
2011-11-08Add -Wl,--fix-cortex-a8 to the Android CC and CXXTor Lillqvist
2011-11-08Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist
Nah. Sure, doing it like that is sane if you consider only our own code. But it won't help in making sure these options are used when compiling the 3rd-party external libraries. For that having the options already in the CC and CXX environment variables works nicely, I think. People just need to look at the samples in README.cross. Perhaps we could add the options to CC and CXX in configure.in, though? Is that elegant or not, don't know... This reverts commit 3c4f7242a967d6a3cb9e5e3f88bfb2cc348cc3eb.
2011-11-08Just put the Android ARM compiler options in the mk filesTor Lillqvist
2011-11-07Update the Android exampleTor Lillqvist
Use compiler options to default to more modern ARM architecture, as surely any actual device this code would be run on uses.
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky
2011-10-20Make the README.cross a bit more copy&paste proofFridrich Štrba
2011-10-20Reduce confusion between openSUSE and SLE a bitTor Lillqvist
2011-10-18Add --disable-nss-module to the README.cross.Jan Holesovsky
2011-10-04No need to copy the .dlls to the installation any more.Jan Holesovsky
2011-09-29Don't recommend --enable-symbols, it makes it huge.Jan Holesovsky
2011-09-29You have to install into /tmp, otherwise you'll have runtime trouble.Jan Holesovsky
2011-09-27Add my autogen.lastrun too.Jan Holesovsky
2011-09-27Add MinGW debugging hints.Jan Holesovsky
2011-09-26Update the sample autogen.lastrun for AndroidTor Lillqvist
2011-09-07UpdatesTor Lillqvist
2011-08-31Minor update to the Windows autogen.lastrun sample to match mineTor Lillqvist
2011-08-27UpdatesTor Lillqvist
2011-08-25Added TODO to README.cross.Jan Holesovsky
2011-08-24Added another missing packages.Jan Holesovsky
2011-08-24More cross-compiling (mingw32) packages.Jan Holesovsky