Changes between Version 8 and Version 9 of BuildingAPC/Precise64Install2


Ignore:
Timestamp:
Dec 16, 2015, 7:37:44 PM (8 years ago)
Author:
cv
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Precise64Install2

    v8 v9  
    106106sudo make install
    107107
    108 
    109108sudo bash
    110109echo /usr/xenomai/lib/ | cat > /etc/ld.so.conf.d/xenomai.conf
     
    121120
    122121}}}
     122
     123
     124'''__Install Proficio-Specific Software (SKIP FOR WAM PC)__'''
     125{{{
     126sudo apt-get update
     127sudo apt-get install libcgal-devel
     128cd ~/
     129git clone https://github.com/BarrettTechnology/proficio_toolbox.git
     130cd proficio_toolbox
     131mkdir build
     132cd build
     133cmake ../
     134make
     135sudo make install
     136}}}