Skip to content

Commit 33c598a

Browse files
authored
Merge pull request #79 from RoboStack/traversaro-patch-3
In pixi install instructions only add libgl-devel dependency on Linux
2 parents 5b9f683 + 36f8abf commit 33c598a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
182182
pkg-config = "*"
183183
make = "*"
184184
ninja = "*"
185+
186+
[target.linux.dependencies]
185187
libgl-devel = "*"
186188

187189
[environments]

0 commit comments

Comments
 (0)