Documentation is generated using doxygen. You can find the docs here https://minerscale.github.io/dmf-parser/.
- Make sure you have a C build chain and have installed doxygen
- Set CC and AR to your C compiler and archiver (Tested only with gcc & ar and x86_64-x86_64-w64-mingw32-gcc & x86_64-w64-mingw32-ar)
- Run make, if the docs aren't up to date they will build too.
- If you must not have doxygen, remove all references to doxygen. Just remove the docs recipe in the makefile.
- Now that you have
libdmf.a
, you can get to using it now!
- Put a copy of
libdmf.h
where you would put headers in your C project. - Place
libdmf.a
into a local lib directory (or a non-local one) idk why - Add
dmf
to LIBS in your make file OR-ldmf
in your CFLAGS. - In your CFLAGS add
-L[relative or absolute path to libdmf.a]
- RTFM... No seriously idk how you could possibly even this without Reading The Fucking Manual.
- If you can't figure it out, you can reach me on Discord Minerscale#9319.