Changes between Version 4 and Version 5 of projects/synapse/raspberry


Ignore:
Timestamp:
11/25/12 15:27:24 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v4 v5  
    5555root@lab1:/# uname -a
    5656Linux lab1 3.6.5-1-ARCH #1 SMP PREEMPT Wed Oct 31 20:57:39 CET 2012 armv7l GNU/Linux
    57 }}}}
     57}}}
    5858
    5959w000h...now we can chroot to the local raspberry environment and start to compile stuff!
    6060
    6161
     62=== 3. install dependencies neccesary to compile synapse ===
     63
     64Inside the chroot do this:
     65
     66{{{
     67root@lab1:~/Synapse# apt-get install libboost-all-dev cmake libcurl4-openssl-dev liboauth-dev
     68Reading package lists... Done
     69Building dependency tree       
     70Reading state information... Done
     71
     72}}}
    6273
    6374
     75== compiling and installing synapse ===
    6476
     77{{{
     78
     79}}}