ghuangud / snark

generic c++ libraries and utilities for robotics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snark
===

generic c++ libraries and utilities for robotics

Doxygen documentation:
http://acfr.github.com/snark/

Wiki:
http://github.com/acfr/snark/wiki

Installation:

Let's call this directory 'source_dir' (where this INSTALL file is).
Before starting, create another directory which we will call 'build_dir'.

Do:

  cd build_dir
  cmake source_dir
  make install

The "make install" step may require administrator privileges.

You can adjust the installation destination (the "prefix")
by passing the -DCMAKE_INSTALL_PREFIX=myprefix option to cmake

About

generic c++ libraries and utilities for robotics

License:Other


Languages

Language:C 37.5%Language:JavaScript 33.6%Language:C++ 25.0%Language:CMake 1.1%Language:Shell 1.0%Language:CSS 0.9%Language:PHP 0.5%Language:Python 0.5%Language:HTML 0.0%Language:Cuda 0.0%