From b6947d8f11d6a8061b9de08d377b7ed9b165c50d Mon Sep 17 00:00:00 2001 From: _ <_> Date: Sat, 21 Apr 2018 04:29:13 -0700 Subject: [PATCH] Adjustment on readme on building --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 808cf2b..71778ff 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ A C library for handling Devil May Cry 1 HD Collection PC file formats. -#### Build Demos -Run `make` +#### Build +Run `make` to build demos. + +Include the appropriate files in your build system. Reference the Makefile for an example of building with GCC. + #### Compiler(s) Developed and tested with the following compilers. + * mingw-w64, GCC 6.4.0 * gcc version 7.1.1 20170528