Changes between Initial Version and Version 1 of Hand/282/SoftwareSetup/Linux


Ignore:
Timestamp:
Jun 2, 2015, 8:23:43 PM (9 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hand/282/SoftwareSetup/Linux

    v1 v1  
     1BHand C++ software installation in Ubuntu 14.04
     2
     3If you are using Ubuntu 14.04 (Trusty) in VirtualBox:
     4sudo apt-get install virtualbox-guest-dkms
     5
     6For all users of Ubuntu 14.04:
     7sudo apt-get install codeblocks build-essential wxgtk2.8-dev freeglut3-dev libpopt-dev libpoco-dev
     8cd
     9wget https://iftools.com/download/dtb/0.14/libctb-0.14.tar.gz
     10tar xvf libctb-0.14.tar.gz
     11cd libctb-0.14/build
     12mkdir release
     13sudo make DEBUG=0 GPIB=0 install
     14sudo cp ../include/ctb-0.14/*.h /usr/local/include/ctb-0.14/
     15ldconfig
     16wget http://www.peak-system.com/fileadmin/media/linux/files/peak-linux-driver-7.14.tar.gz
     17tar xvf peak-linux-driver-7.14.tar.gz
     18cd peak-linux-driver-7.14
     19make
     20sudo make install
     21sudo modprobe pcan
     22wget http://web.barrett.com/support/BarrettHand_Installer/bhand2015-06-02.tar.bz2
     23tar xvjf bhand2015-06-02.tar.bz2
     24
     25Launch Code::Blocks
     26Open the ~/BHand/API/BHand/BHand.cpb project file
     27Choose "Build:Select Target:Linux Release"
     28Build the project
     29
     30Open the ~/Bhand/bhcontrol/bhcontrol.cpb project file
     31Build the project