Changes between Version 8 and Version 9 of BuildingAPC/Precise64Install2
- Timestamp:
- Dec 16, 2015, 7:37:44 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Precise64Install2
v8 v9 106 106 sudo make install 107 107 108 109 108 sudo bash 110 109 echo /usr/xenomai/lib/ | cat > /etc/ld.so.conf.d/xenomai.conf … … 121 120 122 121 }}} 122 123 124 '''__Install Proficio-Specific Software (SKIP FOR WAM PC)__''' 125 {{{ 126 sudo apt-get update 127 sudo apt-get install libcgal-devel 128 cd ~/ 129 git clone https://github.com/BarrettTechnology/proficio_toolbox.git 130 cd proficio_toolbox 131 mkdir build 132 cd build 133 cmake ../ 134 make 135 sudo make install 136 }}}