Updated section regarding build & added python section

This commit is contained in:
_ 2018-05-19 18:48:44 -07:00
parent 4a238b4f92
commit 38b9563a28

View File

@ -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).