We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdadbe2 + 4dadaaf commit 1e44a0eCopy full SHA for 1e44a0e
flow/README.md
@@ -29,6 +29,11 @@ cd flow
29
```
30
To run Flow editor: `_build/linux-x86_64/release/nvfloweditor` (release), `_build/linux-x86_64/debug/nvfloweditor` (debug)
31
32
+Note: If build fails, might need to install xrandr-dev. On Ubuntu:
33
+```sh
34
+sudo apt install libxrandr-dev
35
+```
36
+
37
## Documentation
38
39
The documentation is available on [GitHub Pages](https://nvidia-omniverse.github.io/PhysX/flow/index.html).
0 commit comments