equal
deleted
inserted
replaced
12 |
12 |
13 COMPILE |
13 COMPILE |
14 ------- |
14 ------- |
15 |
15 |
16 First check out the last version of asmack |
16 First check out the last version of asmack |
17 > git clone git://github.com/rtreffer/asmack.git |
17 > git://github.com/klnikita/asmack.git |
18 |
18 |
19 Then apply the beem-build-process.patch on the source. |
19 In the asmack folder, edit your local.properties file to contains the path of the android SDK. |
20 > cd asmack |
20 See local.properties.example |
21 > patch -p1 < beem-build-process.patch |
|
22 > |
|
23 |
|
24 Add the beem flavour to the patch repository |
|
25 > cp -R beem_patches patch/beem |
|
26 > |
|
27 |
|
28 The 50-fix_chatmanager.patch is only necessary to fix a little bug in smack. The |
|
29 patch has been proposed to the Smack developers. See |
|
30 http://www.igniterealtime.org/issues/browse/SMACK-269 for progress. |
|
31 |
|
32 Edit your local.properties file to contains the path of the android SDK. See |
|
33 local.properties.example |
|
34 |
21 |
35 Build asmack |
22 Build asmack |
36 > ./build.batch |
23 > ./build.batch -j -c |
37 > |
24 > |
38 |
25 |
39 The build directory will contains the files : |
26 The build directory will contains the files : |
40 * asmack-android-$VERSION-beem.jar for asmack binaries for android $VERSION |
27 * asmack-android-$VERSION-beem.jar for asmack binaries for android $VERSION |
41 * asmack-android-$VERSION-source-beem.zip for the asmack custom sources for |
28 * asmack-android-$VERSION-source-beem.zip for the asmack custom sources for |