From 59d10e81ab9d65db7a760cc72c91f773203fa8ad Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Fri, 8 May 2015 16:06:40 -0700 Subject: [PATCH] docs: added make install to the build instructions Signed-off-by: Mihai Tudor Panu --- docs/building.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building.md b/docs/building.md index 2724b5d8..1e340dfe 100644 --- a/docs/building.md +++ b/docs/building.md @@ -21,8 +21,12 @@ mkdir build cd build cmake .. make +make install ~~~~~~~~~~~~~ +The last command will create the include/ and lib/ directories with a copy of +the headers and library objects respectively in your build location. + Our cmake configure has a number of options, *cmake-gui* or *ccmake* can show you all the options. The interesting ones are detailed below: