|
||
---|---|---|
.. | ||
include | ||
BaseDirectory.cs | ||
GNUmakefile | ||
Helpers.cs | ||
Other.cs | ||
README.md | ||
UserDirectory.cs | ||
Xdg.Directories.FFI.csproj | ||
xdg.pc |
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#?