Changes between Version 31 and Version 32 of BaseInstall


Ignore:
Timestamp:
Feb 4, 2010, 5:39:34 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v31 v32  
    7878
    7979Ariba 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
     81The 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}}}
    8090
    8191{{{