Changes between Version 10 and Version 11 of bdsync
- Timestamp:
- Jul 11, 2018, 7:24:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bdsync
v10 v11 38 38 * As root, install dependencies: 39 39 {{{ 40 apt-get install make gcc libssl-dev libc6-dev 40 apt-get install make gcc libssl-dev libc6-dev pandoc 41 41 }}} 42 42 * As root, Create a bdsync user to compile the program: 43 43 {{{ 44 44 useradd bdsync-builder 45 mkdir /home/bdsync-builder && chown bdsync-builder:bdsync-builder /home/bdsync-builder 45 46 }}} 46 47 * Become that user … … 59 60 You should end up with a bdsync binary in your current directory. 60 61 62 * Copy 63 {{{ 64 exit # to be come root 65 cp /home/bdsync-builder/bdsyc/bdsync /usr/local/bin/ 66 }}} 61 67 ==== Create a logical volume to hold your diff file ==== 62 68