|
接下来是不是应该这样?
Quilt setup- ' O7 O# ]3 { b/ z
- cd /tmp
0 Q; [8 `4 r$ u* I+ F8 X - wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh
: f% U3 n+ H- R/ U - sh quilt-bootstrap.sh1 j+ ^8 P2 R8 ~; d" r8 I
复制代码 $ a9 [' Y, X K; c, n
, s7 u* f" c" m. RApplying Patches# b4 [ u, _8 j1 h( V/ k; l% d) p9 ?( `
- s g3 I4 R1 l( A; c" C
- cd /tmp( k4 w' w& n# A* {% Q- ^9 j
- wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh
: K: N& J# U+ b7 b+ N - sh quilt-bootstrap.sh
6 w" g6 ?4 y/ |: d
复制代码 2 ?5 |5 C1 z9 v4 B& |, x/ A8 U
+ D, `% z9 z& H8 I+ f) ^Importing and Applying Patches
( ~$ X: A" z$ v" s3 \- 8 J. J$ G, x! X% ?
- cd /opt/src/modifications
+ l/ G8 ~0 f$ S, T# t* p* W - git pull
5 \4 D9 v" L J; o5 p( R - cd /
; ^, x3 }5 H' c6 ?1 O; ?# y7 z) l0 e - quilt import /opt/src/modifications/application_name/patch_name.patch 6 V4 Z; Q1 v4 e. @! V, t
- quilt series * R# F' z. `5 X* m' U
- quilt push6 P. @; ^" y7 F& o J! j
- quilt push -a
w& {* o2 ~9 P& O; W
1 I7 U* v! g, v+ u) |8 g
复制代码 " y4 s# u( @7 G% H9 D* E) e4 z
9 y1 @9 Z7 ?, E- n! e; S- + W1 h% L1 ]) I, ]2 f
- sh /opt/src/modifications/install add-onscreen-keyboard.patch
* Z/ i" L5 `5 R( b5 u2 m' l# K - sh /opt/src/modifications/frameworks/install_theme
! r% I" M& ~% ~# F' k
复制代码 |
|