Skip to content

Commit 1e44a0e

Browse files
authored
Merge pull request #388 from areidmeyer/areidmeyer/readme_xrandr
Flow. Add note about xrandr on Linux build.
2 parents cdadbe2 + 4dadaaf commit 1e44a0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ cd flow
2929
```
3030
To run Flow editor: `_build/linux-x86_64/release/nvfloweditor` (release), `_build/linux-x86_64/debug/nvfloweditor` (debug)
3131

32+
Note: If build fails, might need to install xrandr-dev. On Ubuntu:
33+
```sh
34+
sudo apt install libxrandr-dev
35+
```
36+
3237
## Documentation
3338

3439
The documentation is available on [GitHub Pages](https://nvidia-omniverse.github.io/PhysX/flow/index.html).

0 commit comments

Comments
 (0)