1 | initial version |
Hi
I am the maintainer of libbraiding. If the changes you want to make are relevant, you can try to make a pull request with them and I might merge them and release a new version.
If you just want to try some things in your machine, maybe the simplest way is to compile libbraiding with your changes with the usual cycle:
autoreconf --install
./configure
make
and then use the generated files in the lib/.libs directory
to replace the corresponding ones in the /local/lib/
directroy of your sage installation.