Tor Lillqvist
886a299b02
More updates
...
Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0
2012-09-10 16:22:21 +03:00
Tor Lillqvist
0f9f8ef8b0
Updates
...
Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520
2012-09-10 14:29:53 +03:00
Tor Lillqvist
64792f61a1
Don't fake --with-system-nss any more, autodetect build platform toolchain
...
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
2012-08-20 12:02:58 +03:00
Tor Lillqvist
3dd05633bf
Can use simpler autogen.lastrun now
...
Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d
2012-08-09 23:57:15 +03:00
Tor Lillqvist
97febaa3e2
Drop the --with-external-tar to avoid confusion
...
Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea
2012-08-09 14:09:31 +03:00
Tor Lillqvist
a606fa37da
No, we don't want any Python stuff for Android
...
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
2012-08-09 13:52:40 +03:00
Tor Lillqvist
ab236e180c
Update sample autogen.lastrun for MacOSX -> Android
...
Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa
2012-08-09 13:02:05 +03:00
Michael Meeks
e61e51ab96
android: share more common Makefile pieces between a couple of users
...
Try to start consolidating the complexity here.
generate Application.mk to specify the required ABI
fold common distro-config pieces out of README
2012-08-03 16:41:42 +01:00
Jan Holesovsky
063afe5104
Check for the msi* build requirements in configure.in + update README.cross.
...
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
2012-07-24 13:42:51 +02:00
Jan Holesovsky
cce51e4fd3
mingw32-python is now necessary too.
...
Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f
2012-06-26 11:39:57 +02:00
Jan Holesovsky
538b449ed5
Add a note about MinGW debugging TODO.
...
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
2012-06-19 09:22:29 +02:00
Tor Lillqvist
ab4014e602
Must use -mmacosx-version-min=10.6 when host platform is iOS simulator
...
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
2012-06-04 11:41:51 +03:00
Tor Lillqvist
bc229ca1ab
Update README.cross to match reality better
...
Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e
2012-05-18 09:38:00 +03:00
Tor Lillqvist
7606616cdd
Mention that the android/qa/sc test has not been maintained lately
...
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
2012-05-17 16:37:02 +03:00
Tor Lillqvist
b58498fb57
Now with in-process redirection, the adb shell setprop thing is not needed
...
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-17 16:32:32 +03:00
Jan Holesovsky
e0c17f41a5
How to examine strings in winedbg.
2012-03-19 15:27:49 +01:00
Tor Lillqvist
345693a06b
Don't bother mentioning irrelevant autogen options
2012-03-05 10:08:15 +02:00
Tor Lillqvist
c57f1a0dfd
Modify iOS device example to use Clang
2012-03-01 01:26:17 +02:00
Michael Meeks
739252d043
android: remove obsolete sourcing of Env.Host.sh advice
2012-02-27 14:17:26 +00:00
Tor Lillqvist
21aec7e5d7
Updates for iOS, and Xcode 4.3
2012-02-22 22:35:56 +02:00
Tor Lillqvist
18f4ff2317
Recommend to use NDK r7b
...
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-17 18:08:15 +02:00
Tor Lillqvist
c301199804
Merge branch 'feature/android'
2012-02-15 12:00:46 +02:00
Tor Lillqvist
e8555dce94
Add --with-android-sdk and --with-ant-home to the Android from Linux sample
2012-02-03 12:22:43 +02:00
Miklos Vajna
edf0a7e367
README.cross: LibO-dev -> LOdev in the mingw section
2012-01-26 15:29:41 +01:00
Tor Lillqvist
c4feba9af5
Wash my hands
2012-01-22 10:18:47 +02:00
Tor Lillqvist
4a4edda5fa
Add --with-android-sdk to the sample autogen.lastrun
2012-01-20 13:28:28 +02:00
Tor Lillqvist
60ad5cc317
Fix my email
2012-01-20 13:25:33 +02:00
Michael Meeks
453339cc22
android: add --with-android-ndk= option to simplify configure.
2012-01-18 17:07:55 +00:00
Tor Lillqvist
b00bd214c4
Correct my email
2012-01-17 19:12:17 +02:00
Tor Lillqvist
ee4fc40f63
Make it sound slightly less experimental and scary
2012-01-17 19:12:15 +02:00
Tor Lillqvist
11c9125c28
Work around http://code.google.com/p/android/issues/detail?id=23351
2012-01-11 13:48:55 +02:00
Tor Lillqvist
3ef7293919
More Android notes
2012-01-03 13:50:17 +02:00
Tor Lillqvist
199d220580
Explain building and running (and debugging) unit tests on Android a bit
2012-01-03 13:35:54 +02:00
Tor Lillqvist
9a6beed052
Add autogen.lastrun sample for cross-compiling to Android from Mac OS X
2011-12-15 23:56:52 +02:00
Jan Holesovsky
96be3a199a
--with-system-libxslt is gone, remove it from the distro-configs.
2011-11-29 13:41:09 +01:00
Tor Lillqvist
fad4076a20
Use the 5.0 SDK for the iOS simulator example
2011-11-26 00:34:12 +02:00
Tor Lillqvist
68bc001235
Update Android example to use NDK r7
2011-11-14 01:55:04 +02:00
Tor Lillqvist
6f68a2f986
Update example for iOS device: Use 5.0 SDK
2011-11-11 22:59:38 +02:00
Tor Lillqvist
3ba78a2d45
Add note about an iOS SDK hickup
2011-11-11 22:51:26 +02:00
Tor Lillqvist
c71d50459e
Update iOS examples
2011-11-11 07:52:01 +02:00
Tor Lillqvist
b737dad012
Tiny edit
2011-11-10 01:23:44 +02:00
Tor Lillqvist
bc3fa000a4
Add -Wl,--fix-cortex-a8 to the Android CC and CXX
2011-11-08 15:04:26 +02:00
Tor Lillqvist
3265a628ad
Revert "Just put the Android ARM compiler options in the mk files"
...
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 3c4f7242a9
.
2011-11-08 15:04:24 +02:00
Tor Lillqvist
3c4f7242a9
Just put the Android ARM compiler options in the mk files
2011-11-08 10:06:32 +02:00
Tor Lillqvist
37fca8bf79
Update the Android example
...
Use compiler options to default to more modern ARM architecture, as
surely any actual device this code would be run on uses.
2011-11-07 20:17:41 +02:00
Jan Holesovsky
9d65c893cd
Introduce LibreOfficeMinGW distro-config.
2011-11-03 21:07:04 +01:00
Fridrich Štrba
06fa2d5a4a
Make the README.cross a bit more copy&paste proof
2011-10-20 13:27:08 +02:00
Tor Lillqvist
b69ab0ddf5
Reduce confusion between openSUSE and SLE a bit
2011-10-20 14:10:43 +03:00
Jan Holesovsky
c2ccc32df9
Add --disable-nss-module to the README.cross.
2011-10-18 14:34:15 +02:00
Jan Holesovsky
abe151e5dc
No need to copy the .dlls to the installation any more.
2011-10-04 14:19:00 +02:00