2018-04-18 22:05:36 -07:00
|
|
|
# lib3ddevil1
|
|
|
|
A C library for handling Devil May Cry 1 HD Collection PC file formats.
|
|
|
|
|
|
|
|
|
2018-04-21 04:29:13 -07:00
|
|
|
#### Build
|
|
|
|
Run `make` to build demos.
|
|
|
|
|
|
|
|
Include the appropriate files in your build system. Reference the Makefile for an example of building with GCC.
|
|
|
|
|
2018-04-18 22:05:36 -07:00
|
|
|
|
|
|
|
|
|
|
|
#### Compiler(s)
|
|
|
|
Developed and tested with the following compilers.
|
2018-04-21 04:29:13 -07:00
|
|
|
|
2018-04-18 22:05:36 -07:00
|
|
|
* 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).
|