Changes between Version 3 and Version 4 of BuildingAPC/Lucid32Install


Ignore:
Timestamp:
May 25, 2012, 4:09:03 PM (12 years ago)
Author:
kpm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Lucid32Install

    v3 v4  
    114114cd ..
    115115
    116 cd ..
    117116sudo rm -Rf ~/dependencies
    118117
    119 sudo bash
    120 echo /usr/xenomai/lib/ | cat > /etc/ld.so.conf.d/xenomai.conf
    121 ldconfig
    122 exit
    123 
    124 #check out the latest version of libbarrett
    125 svn co http://web.barrett.com/svn/libbarrett/tages/libbarrett-1.0.0 ~/libbarrett-1.0.0
     118#Get the latest version of libbarrett
     119svn co http://web.barrett.com/svn/libbarrett/tags/libbarrett-1.0.0
    126120
    127121sudo mkdir /etc/barrett
     
    132126make
    133127sudo make install
     128
     129sudo bash
     130echo /usr/xenomai/lib/ | cat > /etc/ld.so.conf.d/xenomai.conf
     131ldconfig
     132exit
     133
    134134}}}