Changes between Version 12 and Version 13 of Libbarrett
- Timestamp:
- Jul 13, 2012, 9:04:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Libbarrett
v12 v13 7 7 8 8 == 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 {{{ 11 cd ~ 12 wget http://web.barrett.com/support/WAM_Installer/libbarrett-1.1.0.tar.gz 13 tar xzvf libbarrett-1.1.0.tar.gz 14 cd libbarrett-1.1.0/ 15 cmake . 16 make 17 sudo make install 18 cd .. 19 rm -Rf libbarrett-1.1.0/ libbarrett-1.1.0.tar.gz 20 }}} 10 21 1. After installation, look through the example code in your home directory: {{{~/libbarrett_examples/}}} 11 22 1. When you're ready, copy the {{{~/libbarrett_examples/CMakeLists.txt}}} file to another directory to start writing your own code. … … 18 29 == Important links == 19 30 20 * Download the latest version: http://web.barrett.com/support/WAM_Installer/libbarrett-1. 0.0.tar.gz31 * Download the latest version: http://web.barrett.com/support/WAM_Installer/libbarrett-1.1.0.tar.gz 21 32 * Third party libraries: http://web.barrett.com/svn/libbarrett/dependencies/ 22 33 * API documentation: http://web.barrett.com/libbarrett/