Skip to content

Commit

Permalink
Fixed the Ubuntu kernel version on the apt-get build-dep command for …
Browse files Browse the repository at this point in the history
…more compatibility
  • Loading branch information
TiBeN committed Jul 24, 2016
1 parent 19fcabe commit 06582f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/15khz-package-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06582f8

Please sign in to comment.