mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
docs: added make install to the build instructions
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
d776edbab2
commit
59d10e81ab
@ -21,8 +21,12 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
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
|
Our cmake configure has a number of options, *cmake-gui* or *ccmake* can show
|
||||||
you all the options. The interesting ones are detailed below:
|
you all the options. The interesting ones are detailed below:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user