Changes between Version 1 and Version 2 of BuildingAPC/PCInstall


Ignore:
Timestamp:
Dec 19, 2011, 3:23:59 PM (12 years ago)
Author:
pb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/PCInstall

    v1 v2  
    1 = Install Barrett System to a PC =
     1WAM PC SETUP INSTRUCTIONS
     2
    23
    34Install Ubuntu 9.10 from official image: http://releases.ubuntu.com/9.10/ubuntu-9.10-desktop-i386.iso
     
    6768{{{
    6869cd /usr/src/xenomai
    69 sudo ./configure
     70sudo ./configure --enable-dlopen-skins
    7071sudo make
    7172sudo make install
     
    8889
    8990sudo apt-get update
    90 sudo apt-get install g++ cmake libncurses5-dev spell subversion ssh
     91sudo apt-get install g++ cmake libncurses5-dev spell subversion ssh python-dev
    9192
    92 svn co http://web.barrett.com/svn/btclient/trunk ~/btclient
     93svn co http://web.barrett.com/svn/btclient/trunk ~/btclient -r 690
    9394cd ~/btclient
    9495wget http://web.barrett.com/support/WAM_Installer/config-xeno.mk
     
    121122
    122123cd ..
    123 sudo rm -Rf dependencies
     124sudo rm -Rf ~/dependencies
    124125
    125126sudo bash
     
    128129exit
    129130
    130 svn co http://web.barrett.com/svn/libbarrett/trunk/ ~/libbarrett
     131svn co http://web.barrett.com/svn/libbarrett/trunk/ ~/libbarrett -r 731
    131132
    132133sudo mkdir /etc/barrett
     
    138139make
    139140}}}
     141