Skip to content

Commit 2e12d9e

Browse files
authored
Update developing.md (#70)
Co-authored-by: Yey007 <55263178+Yey007@users.noreply.github.com>
1 parent fc82a19 commit 2e12d9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/developing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This document explains how to effectively develop `icp`. It covers development e
88
`libicp` itself can be built and installed with only Eigen as a dependency---this is by design. However, to effectively develop the project, you'll need a few extra things.
99

1010
1. [libcmdapp2](https://github.com/cornellev/libcmdapp2), a command-line parsing library (built by Ethan) which we use for the 2D visualization.
11-
2. [sdl-wrapper](https://github.com/cornellev/sdl-wrapper), a C++ wrapper for SDL to make things easier for the visualization.
12-
3. [simple-test](https://github.com/cornellev/simple-test), a header-only testing library.
13-
4. [PCL](https://pointclouds.org/) 1.12.1 (ideally), a point cloud processing library. We actually only use this to parse 3D point clouds for testing.
11+
2. [libconfig](https://github.com/cornellev/config.git), a library for loading configuration from files
12+
3. [sdl-wrapper](https://github.com/cornellev/sdl-wrapper), a C++ wrapper for SDL to make things easier for the visualization.
13+
4. [simple-test](https://github.com/cornellev/simple-test), a header-only testing library.
14+
5. [PCL](https://pointclouds.org/) 1.12.1 (ideally), a point cloud processing library. We actually only use this to parse 3D point clouds for testing.
1415

1516
Each of the links above should have installation instructions. If you have everything installed correctly, you should be able to [build](#building) the project and not have any errors.
1617

0 commit comments

Comments
 (0)