Skip to content

Commit

Permalink
Update dependency list to single out GLES
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Apr 30, 2021
1 parent 2da86fe commit fa7d9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Crucially, because the encoder compiles to asmjs and wasm, it can run on anythin

## Library dependencies

[OpenCV](https://opencv.org/) and [GLFW](https://github.com/glfw/glfw) must be installed before building. All other dependencies are included in the source tree.
[OpenCV](https://opencv.org/) and [GLFW](https://github.com/glfw/glfw) (+ OpenGL ES headers) must be installed before building. All other dependencies are included in the source tree.

* opencv - https://opencv.org/ (`libopencv-dev`)
* GLFW - https://github.com/glfw/glfw (`libglfw3-dev`)
* GLFW also needs/uses `GLES3/gl3.h` (`libgles2-mesa-dev` on ubuntu 18.04)
* `GLES3/gl3.h` - `libgles2-mesa-dev` on ubuntu
* base - https://github.com/r-lyeh-archived/base
* catch2 - https://github.com/catchorg/Catch2
* concurrentqueue - https://github.com/cameron314/concurrentqueue
Expand Down

0 comments on commit fa7d9d3

Please sign in to comment.