Changes between Version 4 and Version 5 of projects/synapse/raspberry
- Timestamp:
- 11/25/12 15:27:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse/raspberry
v4 v5 55 55 root@lab1:/# uname -a 56 56 Linux lab1 3.6.5-1-ARCH #1 SMP PREEMPT Wed Oct 31 20:57:39 CET 2012 armv7l GNU/Linux 57 }}} }57 }}} 58 58 59 59 w000h...now we can chroot to the local raspberry environment and start to compile stuff! 60 60 61 61 62 === 3. install dependencies neccesary to compile synapse === 63 64 Inside the chroot do this: 65 66 {{{ 67 root@lab1:~/Synapse# apt-get install libboost-all-dev cmake libcurl4-openssl-dev liboauth-dev 68 Reading package lists... Done 69 Building dependency tree 70 Reading state information... Done 71 72 }}} 62 73 63 74 75 == compiling and installing synapse === 64 76 77 {{{ 78 79 }}}