Add tizen-studio path as default
[scm/meta/abs.git] / README
1
2 ./abs build -w ~/workspace/phone-contact/
3
4
5 ==== build command ====
6 usage: abs build [-h] [-w WORKSPACE] [-r ROOTSTRAP] [-a ARCH] [-t TYPE]
7                  [-s CERT] [-c CONF] [--sdkpath SDKPATH]
8
9 optional arguments:
10   -h, --help            show this help message and exit
11   -w WORKSPACE, --workspace WORKSPACE
12                         source directory
13   -r ROOTSTRAP, --rootstrap ROOTSTRAP
14                         (ex, mobile-3.0-device.core) rootstrap name
15   -a ARCH, --arch ARCH  (x86|arm) Architecture to build
16   -t TYPE, --type TYPE  (tpk|wgt) Packaging type
17   -s CERT, --cert CERT  (ex, ABS) Signing profile name
18   -c CONF, --conf CONF  (Debug|Release) Build configuration 
19   --sdkpath SDKPATH     Specify Tizen SDK installation root (one time init).
20                         ex) /home/yours/tizen-sdk/
21