Merge pull request #13 from SlavikCA/patch-1
README: requirement of libx11-dev; recommendation of BLAS
This commit is contained in:
commit
c08a7608a2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user