mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Update README.md
Inform about the actual dependencies. Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
14
README.md
14
README.md
@@ -14,14 +14,18 @@ other UNIX tools.
|
|||||||
|
|
||||||
## Installing RGBDS (UNIX)
|
## Installing RGBDS (UNIX)
|
||||||
|
|
||||||
RGBDS requires libpng and pkg-config to be installed.
|
RGBDS requires yacc, flex, libpng and pkg-config to be installed.
|
||||||
|
|
||||||
On Mac OS X, install them with [Homebrew](http://brew.sh/). On other Unixes,
|
On Mac OS X, install them with [Homebrew](http://brew.sh/). On other Unixes,
|
||||||
use the built-in package manager.
|
use the built-in package manager. For example, on Debian or Ubuntu:
|
||||||
|
|
||||||
You can test if they're installed by running `pkg-config --cflags libpng`:
|
```sh
|
||||||
if the output is a path, then you're good, and if it outputs an error then
|
sudo apt-get install byacc flex pkg-config libpng-dev
|
||||||
you need to install them via a package manager.
|
```
|
||||||
|
|
||||||
|
You can test if libpng and pkg-config are installed by running
|
||||||
|
`pkg-config --cflags libpng`: if the output is a path, then you're good, and if
|
||||||
|
it outputs an error then you need to install them via a package manager.
|
||||||
|
|
||||||
To build the programs on a UNIX or UNIX-like system, just run in your terminal:
|
To build the programs on a UNIX or UNIX-like system, just run in your terminal:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user