From fcb54ace66e7c97953a7eff634953ec5a9779e0b Mon Sep 17 00:00:00 2001 From: Slavik Date: Sat, 5 Jan 2019 23:55:22 -0800 Subject: [PATCH] README: requirement of libx11-dev; recommendation of BLAS --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 338c3e7..81ca51b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ - Dlib 19.13+ - PHP 7.0+ - C++11 +- libx11-dev (on Ubuntu: `sudo apt-get install libx11-dev`) + +## Recommended +- BLAS library +If no BLAS library found - dlib's built in BLAS will be used. +However, if you install an optimized BLAS such as OpenBLAS or the Intel MKL your code +will run faster. On Ubuntu you can install OpenBLAS by executing: +`sudo apt-get install libopenblas-dev liblapack-dev` ## Dependencies