Changes between Version 3 and Version 4 of BuildingAPC/Lucid32Install
- Timestamp:
- May 25, 2012, 4:09:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Lucid32Install
v3 v4 114 114 cd .. 115 115 116 cd ..117 116 sudo rm -Rf ~/dependencies 118 117 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 119 svn co http://web.barrett.com/svn/libbarrett/tags/libbarrett-1.0.0 126 120 127 121 sudo mkdir /etc/barrett … … 132 126 make 133 127 sudo make install 128 129 sudo bash 130 echo /usr/xenomai/lib/ | cat > /etc/ld.so.conf.d/xenomai.conf 131 ldconfig 132 exit 133 134 134 }}}