Private
Public Access
2
0

building.md: Fix typos in INSTALL_PREFIX

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-05-04 17:26:02 +01:00
parent f6d9cf57c9
commit db546456d2

View File

@@ -172,7 +172,7 @@ You can get `cpack` to generate an IPK or RPM package fairly easily if you have
the correct packaging tools the correct packaging tools
~~~~~~~~~~~~~{.sh} ~~~~~~~~~~~~~{.sh}
cmake -DIPK=ON -DCMAKE_INSTAL_PREFIX=/usr .. cmake -DIPK=ON -DCMAKE_INSTALL_PREFIX=/usr ..
make package make package
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@@ -180,5 +180,5 @@ To use RPM simply enable the RPM option. You'll need `rpmbuild` installed on you
build machine. build machine.
~~~~~~~~~~~~~{.sh} ~~~~~~~~~~~~~{.sh}
cmake -DRPM=ON -DCMAKE_INSTAL_PREFIX=/usr .. cmake -DRPM=ON -DCMAKE_INSTALL_PREFIX=/usr ..
~~~~~~~~~~~~~ ~~~~~~~~~~~~~