iSaran / cmake_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake_test

Depedencies

CMake

sudo apt-get install cmake

BHand C++ software installation

Follow the instructions from here in order to install BHand.

Build

In order to build it change inside cmake_test directory:

mkdir build
cd build
cmake ..
make

If you encounter an issue with BHand library, you should edit CMakeLists.txt and insert the path that you downloaded BHand C++ Software.

About


Languages

Language:C++ 91.7%Language:CMake 8.3%