libremicsid

libremicsid is an extremely small and minimal set of C bindings for libsidplayfp. It is released into the Public Domain.

How do I get set up?

Clone this repository, then run these commands to install system-wide:

$ meson setup build
$ cd build
$ ninja
$ sudo ninja install

You can later uninstall it by going into your build directory and running sudo ninja uninstall.

How do I contribute?

  1. Go to https://nanako.mooo.com/fossil/libremicsid and clone the Fossil repository.
  2. Create a new branch for your feature.
  3. Push locally to the new branch.
  4. Create a bundle with Fossil that contains your changes.
  5. Get in contact with me.

Contributors