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: