diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 21cd79de0b..6153117f1b 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml @@ -130,19 +130,29 @@ The following list shows the required packages by function given a supported Ubuntu or Debian Linux distribution: - - If your build system has the - oss4-dev package installed, you - might experience QEMU build failures due to the package - installing its own custom - /usr/include/linux/soundcard.h on - the Debian system. - If you run into this situation, either of the following - solutions exist: - + Notes + + + If your build system has the + oss4-dev package installed, you + might experience QEMU build failures due to the package + installing its own custom + /usr/include/linux/soundcard.h on + the Debian system. + If you run into this situation, either of the following + solutions exist: + $ sudo apt-get build-dep qemu $ sudo apt-get remove oss4-dev - + + + + For Debian-8, python3-git and pylint3 are no longer available via apt-get. + + $ sudo pip3 install GitPython pylint==1.9.5 + + + Essentials: