diff --git a/README.md b/README.md index c66cbd5..6ff1f6b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ pieces of softwares. ```bash $ sudo apt-get update - $ sudo apt-get build-dep linux-image-$(uname -r) + $ sudo apt-get build-dep linux-image-4.4.0-24-generic $ sudo apt-get build-dep mame vice xserver-xorg-video-nouveau $ sudo apt-get install fakeroot qt5-default qtbase5-dev \ qtbase5-dev-tools git unrar libxml2-dev libsdl1.2-dev diff --git a/doc/15khz-package-documentation.md b/doc/15khz-package-documentation.md index 7edcfde..9feae17 100755 --- a/doc/15khz-package-documentation.md +++ b/doc/15khz-package-documentation.md @@ -101,7 +101,7 @@ The provided makefile automates the build of the following: ``` {.sourceCode .bash} $ sudo apt-get update - $ sudo apt-get build-dep linux-image-$(uname -r) + $ sudo apt-get build-dep linux-image-4.4.0-24-generic $ sudo apt-get build-dep mame vice xserver-xorg-video-nouveau $ sudo apt-get install fakeroot qt5-default qtbase5-dev \ qtbase5-dev-tools git unrar libxml2-dev libsdl1.2-dev