mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 13:53:02 +05:30
Updated section regarding build & added python section
This commit is contained in:
parent
4a238b4f92
commit
38b9563a28
10
README.md
10
README.md
@ -2,12 +2,15 @@
|
|||||||
A C library for handling Devil May Cry 1 HD Collection PC file formats.
|
A C library for handling Devil May Cry 1 HD Collection PC file formats.
|
||||||
|
|
||||||
|
|
||||||
#### Build
|
#### Build Library and Demos
|
||||||
Run `make` to build 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)
|
#### Compiler(s)
|
||||||
Developed and tested with the following compilers.
|
Developed and tested with the following compilers.
|
||||||
@ -15,7 +18,6 @@ Developed and tested with the following compilers.
|
|||||||
* mingw-w64, GCC 6.4.0
|
* mingw-w64, GCC 6.4.0
|
||||||
* gcc version 7.1.1 20170528
|
* gcc version 7.1.1 20170528
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Based on [Kerilk's binary templates](https://github.com/Kerilk/dmc_hd_tools).
|
Based on [Kerilk's binary templates](https://github.com/Kerilk/dmc_hd_tools).
|
||||||
|
Loading…
Reference in New Issue
Block a user