Skip to content

Commit bf82a07

Browse files
andrestrakerSSingh5845
authored andcommitted
Update README with new Linux dependencies
Added additional dependencies for Linux builds in README that may be needed for the viewer-refactor build.
1 parent c13c03a commit bf82a07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,13 @@ Note, prior to committing to the repo it is important to format the source code,
8989
```console
9090
sudo apt update
9191
sudo apt install cmake g++ \
92-
libopencv-contrib-dev libopencv-dev \
92+
libopencv-dev \
9393
libgl1-mesa-dev libglfw3-dev \
94-
doxygen graphviz
94+
doxygen graphviz \
95+
libxinerama-dev \
96+
libxcursor-dev \
97+
libxi-dev \
98+
libxrandr-dev
9599
```
96100

97101
For Linux builds install the necessary version of Python dev libraries. For example for Ubuntu 22.04 with Python 3.10 as the default Python:

0 commit comments

Comments
 (0)