Changes between Version 31 and Version 32 of BaseInstall
- Timestamp:
- Feb 4, 2010, 5:39:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v31 v32 78 78 79 79 Ariba runs on Nokia Maemo 4 (tested) and probably Maemo 5. We have tested Ariba on an N810 device. Cross-Compiling is done using [http://www.scratchbox.org Scratchbox]. Use the [http://maemo.org/development/sdks/maemo_4-1-2_diablo preassembled Scratchbox version] provided by Nokia which will install and configure the complete Scratchbox system automatically. 80 81 The Ariba {{{configure}}} will test for Maemo systems. Internally there are a number of special cases where handling on Maemo is different from normal Linux. If you require special handling, do the following in your code: 82 {{{ 83 #!c++ 84 #include "ariba/config.h" 85 ... 86 #ifdef HAVE_MAEMO 87 // special Maemo handling 88 #endif 89 }}} 80 90 81 91 {{{