Skip to content

Commit

Permalink
doc: ensure sdcc build-deps do not install graphicsmagick
Browse files Browse the repository at this point in the history
On Debian-derived distros, only install the build-deps which are
required to build sdcc for ngdevkit. This prevents installing
conflicting package graphicsmagick-imagemagick-compat.

Resolves: #4
  • Loading branch information
dciabrin committed Oct 28, 2018
1 parent 8a81c19 commit 9f763fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-mingw.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tools:
sudo apt-get install gcc curl unzip imagemagick
GCC_VERSION_PKG=$(apt-cache depends gcc | awk '/Depends.*gcc/ {print $2}')
sudo apt-get build-dep $GCC_VERSION_PKG
sudo apt-get build-dep sdcc
sudo apt-get build-dep --arch-only sdcc
sudo apt-get install libsdl2-dev
sudo apt-get install python-pygame
sudo apt-get install automake
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ On a Debian-derived distro, this can be done with:
apt-get install gcc curl imagemagick
GCC_VERSION_PKG=$(apt-cache depends gcc | awk '/Depends.*gcc/ {print $2}')
apt-get build-dep $GCC_VERSION_PKG
apt-get build-dep sdcc
apt-get build-dep --arch-only sdcc
apt-get install libsdl2-dev
apt-get install python-pygame

Expand Down

0 comments on commit 9f763fc

Please sign in to comment.