Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 225 Bytes

poselib.md

File metadata and controls

12 lines (12 loc) · 225 Bytes

Install PoseLib as Dependency

Clone the repository

git clone --recursive https://github.com/vlarsson/PoseLib.git
cd PoseLib

Build and install:

mkdir build && cd build
cmake ..
sudo make install -j8