Skip to content

Commit

Permalink
Document that the setup script needs to be called before running the …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
traversaro authored Oct 29, 2024
1 parent 1358f18 commit b40e880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ cd robotology-superbuild
mkdir build
cd build
ccmake ../
source ./install/share/robotology-superbuild.sh
make
```
You can configure the ccmake environment if you know you will use some particular set of software (put them in "ON").
Expand Down
2 changes: 2 additions & 0 deletions doc/conda-forge.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ cd robotology-superbuild
mkdir build
cd build
cmake ..
source ./install/share/robotology-superbuild/setup.sh
cmake --build . --config Release
~~~

Expand All @@ -229,6 +230,7 @@ cd robotology-superbuild
mkdir build
cd build
cmake -G"Visual Studio 16 2019" ..
call .\install\share\robotology-superbuild\setup.bat
cmake --build . --config Release
~~~

Expand Down

0 comments on commit b40e880

Please sign in to comment.