Changes between Version 12 and Version 13 of Libbarrett


Ignore:
Timestamp:
Jul 13, 2012, 9:04:54 PM (12 years ago)
Author:
dc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Libbarrett

    v12 v13  
    77
    88== Getting started ==
    9   1. Download the library, unzip it, then install it by following the directions in the {{{README.txt}}} file.
     9  1. Download the library, unzip it, then install it by following the directions in the {{{README.txt}}} file. Or simply run the following commands:
     10{{{
     11cd ~
     12wget http://web.barrett.com/support/WAM_Installer/libbarrett-1.1.0.tar.gz
     13tar xzvf libbarrett-1.1.0.tar.gz
     14cd libbarrett-1.1.0/
     15cmake .
     16make
     17sudo make install
     18cd ..
     19rm -Rf libbarrett-1.1.0/ libbarrett-1.1.0.tar.gz
     20}}}
    1021  1. After installation, look through the example code in your home directory: {{{~/libbarrett_examples/}}}
    1122  1. When you're ready, copy the {{{~/libbarrett_examples/CMakeLists.txt}}} file to another directory to start writing your own code.
     
    1829== Important links ==
    1930
    20 * Download the latest version: http://web.barrett.com/support/WAM_Installer/libbarrett-1.0.0.tar.gz
     31* Download the latest version: http://web.barrett.com/support/WAM_Installer/libbarrett-1.1.0.tar.gz
    2132* Third party libraries: http://web.barrett.com/svn/libbarrett/dependencies/
    2233* API documentation: http://web.barrett.com/libbarrett/