Skip to content

Commit

Permalink
GH-426 - Forgot CMAKE_INSTALL_PREFIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jun 22, 2022
1 parent 1949a99 commit 5f05de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ I highly recommend the ccache options. They don't speed up the first clean build
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local ..
make -j $(nproc)
make install
cmake --install . --component dev
Expand Down

0 comments on commit 5f05de1

Please sign in to comment.