Changeset 3697


Ignore:
Timestamp:
12/20/07 08:04:09 (5 years ago)
Author:
john_lee
Message:

Update README to reflact source code path change and om-conf new
feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/john_lee/toolkit/README

    r3563 r3697  
    2020In your home directory: 
    2121 
    22 $ cp -r /usr/local/openmoko/arm/share/openmoko-sample2 ~/ 
     22$ cp -r /usr/local/openmoko/source/openmoko-sample2 ~/ 
    2323$ . /usr/local/openmoko/arm/setup-env 
    2424$ om-conf openmoko-sample2 
     
    3535================= 
    3636 
    37 May edit variables in scripts/script-env 
     37  * May edit variables in scripts/script-env 
    3838 
    39 If the application need extra configure or autoreconf arguments, they 
    40 could be specified when executing `conf.sh': 
     39  * If the application need extra configure or autoreconf arguments, 
     40    they could be specified when executing `conf.sh': 
    4141 
    42 $ EXTRA_OECONF=" --without-foo --enable-bar" om-conf <myapp> 
     42    $ om-conf <myapp> --without-foo --enable-bar 
    4343 
    44 Can specify your own ipkg control file, if you know what you're doing: 
     44  * Can specify your own ipkg control file, if you know what you're doing: 
    4545 
    46 $ om-make-ipkg myapp myapp_control 
     46    $ om-make-ipkg myapp myapp_control 
    4747 
    4848 
Note: See TracChangeset for help on using the changeset viewer.