doc/asmack-beem/README.txt
changeset 695 19d55036ad3f
parent 694 cffbce08906d
equal deleted inserted replaced
694:cffbce08906d 695:19d55036ad3f
     6 http://github.com/rtreffer/asmack
     6 http://github.com/rtreffer/asmack
     7 
     7 
     8 The asmack project is based on the development version of the Smack library.
     8 The asmack project is based on the development version of the Smack library.
     9 This version is constantly moving but we want a fixed version for BEEM.
     9 This version is constantly moving but we want a fixed version for BEEM.
    10 We patched the asmack build process to use a fixed version of the Smack
    10 We patched the asmack build process to use a fixed version of the Smack
    11 library.
    11 library. Currently, we use the revision 11644 of the Smack SVN repository.
    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 clone git://github.com/rtreffer/asmack.git
    18 
    18 
    19 Then apply the asmack_beem.patch on the source.
    19 Then apply the beem-build-process.patch on the source.
    20 > cd asmack
    20 > cd asmack
    21 > patch -p1 < asmack_beem.patch
    21 > patch -p1 < beem-build-process.patch
    22 >
    22 >
    23 
    23 
    24 Add the beem flavour to the patch repository
    24 Add the beem flavour to the patch repository
    25 > cp -R beem_patches patch/beem
    25 > cp -R beem_patches patch/beem
    26 >
    26 >