mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Missing a dependency
Without libpng-dev, sudo make install causes: In file included from src/gfx/gb.c:20:0: include/gfx/main.h:20:17: fatal error: png.h: No such file or directory #include <png.h> ^ compilation terminated. Makefile:90: recipe for target 'src/gfx/gb.o' failed make: *** [src/gfx/gb.o] Error 1
This commit is contained in:
parent
fb154f5a6e
commit
b8bf062c8f
@ -7,7 +7,7 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli
|
||||
# Linux
|
||||
|
||||
```bash
|
||||
sudo apt-get install make gcc bison git
|
||||
sudo apt-get install make gcc bison git libpng-dev
|
||||
|
||||
git clone https://github.com/rednex/rgbds
|
||||
cd rgbds
|
||||
|
Loading…
Reference in New Issue
Block a user