Changes between Version 13 and Version 14 of projects/synapse/raspberry
- Timestamp:
- 03/16/13 23:55:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse/raspberry
v13 v14 99 99 === 3. compile it === 100 100 101 We usually wanna compile a Release-version for the raspberry, since performance is much better that way. 102 101 103 {{{ 102 104 root@lab1:~# cd Synapse/ 103 root@lab1:~/Synapse# cmake .105 root@lab1:~/Synapse# cmake -DCMAKE_BUILD_TYPE=Release . 104 106 -- The C compiler identification is GNU 4.6.3 105 107 ...... … … 130 132 131 133 }}} 132