diff --git a/Building.rest b/Building.rest index 6e6f7ce34..a43c3b863 100644 --- a/Building.rest +++ b/Building.rest @@ -33,10 +33,28 @@ Dependencies - cURL - libogg - libvorbis +- libfreetype6 + In addition to the libraries listed above, you will also need the respective development headers. Some distributions of Linux ship these as separate package. +For ease of use, here are some installation lines for some Linux distributions: + +* **Debian 10** + +To install depedencies in Debian 10 systems, run the following commmand: + + :: + + sudo apt-get update && sudo apt-get install cmake build-essential libogg-dev libvorbis-dev libopenal-dev libboost-all-dev libsdl2-dev libsdl2-image-dev libfreetype6-dev libraqm-dev libcurl4-openssl-dev libglew-dev libharfbuzz-dev libfribidi-dev + +Please, note that one can replace *libcurl4-openssl-dev* for *libcurl4-nss-dev* +or *libcurl4-gnutls-dev* at will. + +These commands were not tested in Ubuntu distributions but they are likely to +work. + Instructions ------------