Xdg.Directories/src/Xdg.Directories.FFI/README.md

478 B

FFI

Here lies the code that is used for the C FFI. This is not meant to be used by .NET but rather by any language that can interface with C.

Building

To build the library for production, use the included gmake file.

make
sudo make install

TODO

  • pkg-config file
  • Makefile
  • manpage, probably make it with scdoc?
    • maybe use pandoc instead?
  • Examples
    • Maybe some bindings for other languages as a POC?
  • Tests
    • Test from C or C#?