X-Git-Url: https://adrianiainlam.tk/git/?p=facial-landmarks-for-cubism.git;a=blobdiff_plain;f=README.md;fp=README.md;h=77a7383f4ddb17c712456adf1ee3269e85016615;hp=9c3c903100fa545e10e67af5ba87ebfe1bb68fa4;hb=e01443f75a7d705d0ae0cb9e9b92adcc820de1bf;hpb=261d3d0ed0dd3f3c1559767258a14b076bd85349 diff --git a/README.md b/README.md index 9c3c903..77a7383 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,15 @@ performance. and the OpenCV library (I'm using version 4.3.0). To compile the example program you will also require the OpenGL library (and its dev headers) among other libraries required for the example program. The libraries I - had to install (this list may not be exhaustive) are: + had to install on Ubuntu 18.04 (this list may not be exhaustive) are: libgl1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libglu1-mesa-dev + A Debian Bullseye user has [reported](https://github.com/adrianiainlam/facial-landmarks-for-cubism/issues/2) + the following extra requirements: + + libopencv-dev libopenblas-dev liblapack-dev + 2. Clone this repository including its submodule (dlib) git clone --recurse-submodules https://github.com/adrianiainlam/facial-landmarks-for-cubism.git