Skip to content

Commit

Permalink
Update instructions in building_for_linux.md (#20)
Browse files Browse the repository at this point in the history
Summary:
According to issue #19, the package `libxcb-glx0-dev` is required for some OpenGL headers needed by the X windowing system.

Pull Request resolved: #20

Reviewed By: leapally

Differential Revision: D59733651

Pulled By: enpe

fbshipit-source-id: 314f56778304246289139ef32ff8d8f49b3afdff
  • Loading branch information
enpe authored and facebook-github-bot committed Jul 15, 2024
1 parent 707ab1f commit 0912d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building_for_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This document describes the process to build Ocean on Linux.
xz-devel
# Ubuntu
sudo apt-get install libx11-dev libudev-dev liblzma-dev libgl1-mesa-dev
sudo apt-get install libx11-dev libudev-dev liblzma-dev libgl1-mesa-dev libxcb-glx0-dev
```

## 2 Building the third-party libraries
Expand Down

0 comments on commit 0912d77

Please sign in to comment.