We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565c253 commit caeb776Copy full SHA for caeb776
README.md
@@ -3,8 +3,8 @@ POSE ESTIMATION LIBRARY
3
4
Library for pose estimation, code api is available [here.](http://federicocp.bitbucket.org/pel/index.html)
5
6
-Set Up
7
-------------
+# Set Up
+
8
### Quick setup
9
```
10
git clone https://Tabjones@bitbucket.org/Tabjones/pose-estimation-library.git pel
@@ -14,12 +14,14 @@ cmake ..
14
make
15
sudo make install
16
17
18
### Dependencies
19
+ pcl >= 1.7.2
20
+ Boost libraries
21
+ hdf5 (libhdf5-dev on Ubuntu)
22
+ GCC > 4.7 (or equivalent compiler that supports -std=c++11)
23
+ CMake 2.8
24
25
### Build your own program and link it against PEL
26
To link a project against PEL, CMakeLists.txt must contain the following lines:
27
0 commit comments