Changes between Version 13 and Version 14 of projects/synapse/raspberry


Ignore:
Timestamp:
03/16/13 23:55:47 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v13 v14  
    9999=== 3. compile it ===
    100100
     101We usually wanna compile a Release-version for the raspberry, since performance is much better that way.
     102
    101103{{{
    102104root@lab1:~# cd Synapse/
    103 root@lab1:~/Synapse# cmake .
     105root@lab1:~/Synapse# cmake -DCMAKE_BUILD_TYPE=Release .
    104106-- The C compiler identification is GNU 4.6.3
    105107......
     
    130132
    131133}}}
    132