Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
prefer /usr/local by default in the example.
  • Loading branch information
jcbaillie authored Jun 14, 2024
1 parent 54dbdc6 commit 879450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Build Urbi:
* git clone https://github.com/urbiforge/urbi.git urbi
cd urbi
git submodule update --init
cmake -Bbuild . -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/tmp/urbisdk
cmake -Bbuild . -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build build --config Release
cmake --install build --config Release

Expand Down

0 comments on commit 879450f

Please sign in to comment.