Skip to content

Commit caeb776

Browse files
committed
updated readme
1 parent 565c253 commit caeb776

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ POSE ESTIMATION LIBRARY
33

44
Library for pose estimation, code api is available [here.](http://federicocp.bitbucket.org/pel/index.html)
55

6-
Set Up
7-
------------
6+
# Set Up
7+
88
### Quick setup
99
```
1010
git clone https://Tabjones@bitbucket.org/Tabjones/pose-estimation-library.git pel
@@ -14,12 +14,14 @@ cmake ..
1414
make
1515
sudo make install
1616
```
17+
1718
### Dependencies
1819
+ pcl >= 1.7.2
1920
+ Boost libraries
2021
+ hdf5 (libhdf5-dev on Ubuntu)
2122
+ GCC > 4.7 (or equivalent compiler that supports -std=c++11)
2223
+ CMake 2.8
24+
2325
### Build your own program and link it against PEL
2426
To link a project against PEL, CMakeLists.txt must contain the following lines:
2527
```

0 commit comments

Comments
 (0)