From 38b9563a287fb339b7e1b5187da6fd78221b3e9e Mon Sep 17 00:00:00 2001 From: _ <_> Date: Sat, 19 May 2018 18:48:44 -0700 Subject: [PATCH] Updated section regarding build & added python section --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 610ac6c..77bfbf4 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ A C library for handling Devil May Cry 1 HD Collection PC file formats. -#### Build -Run `make` to build demos. +#### Build Library and Demos +Run `make`. -Include the appropriate files in your build system. Reference the Makefile for an example of building with GCC. +Reference the Makefile for an example of building with GCC. +### Python +Requires Python 3. +This is an optional interface to the C library functions. It requires the dynamic library to be built. #### Compiler(s) Developed and tested with the following compilers. @@ -15,7 +18,6 @@ Developed and tested with the following compilers. * mingw-w64, GCC 6.4.0 * gcc version 7.1.1 20170528 - ----- Based on [Kerilk's binary templates](https://github.com/Kerilk/dmc_hd_tools).