added compilation instructions

This commit is contained in:
Alex Gentilucci 2020-05-28 17:13:24 -06:00
parent 6b0917b43b
commit 1d847c96cb
Signed by: nytpu
GPG Key ID: 144ADD49F173F5CE
1 changed files with 8 additions and 0 deletions

View File

@ -5,3 +5,11 @@ it for me. Be warned that the 4 character color it outputs is in BGR format
instead of RGB for use on the Game Boy Color and Game Boy Advance. It also
outputs a 24 bit representation of the 15 bit color (still in `0xRRGGBB`) for
use in things like your sprite software.
## compiling:
```
git clone https://tildegit.org/nytpu/rgb555conv.git
cd rgb555conv
gcc -Wall -pedantic -W -o rgb555conv main.c
```