Update instructions

This commit is contained in:
Joel 2019-03-25 16:01:16 -05:00 committed by GitHub
parent 06e65e77b6
commit 848b2b107c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ This fork of glib2D does the following:
# Installation
- Simply put glib2d.c and glib2d.h in your source directory.
- Simply put glib2d.c, glib2d.h and stb_image.h in your source directory.
- Then add glib2d.o and link "-lz -lpspgu -lm -lpspvram"
in your Makefile.
- You're done !