Closed jamesvl closed 7 years ago
This takes the c source code from the upstream Google brotli project and includes it here.
There are a few minor changes needed to the Makefile and _nif to get it to compile given their code layout changes.
Also updated our library name to match the name of the .so being created.
.so
Minor changes to the README to show Elixir-folks how to use the library.
@jamesvl Thanks!
No problem!
Although I just noticed some interesting behavior in the Makefile that caused a small issue - I'll open an Issue to describe it and you can decide how to best proceed.
Intent
This takes the c source code from the upstream Google brotli project and includes it here.
There are a few minor changes needed to the Makefile and _nif to get it to compile given their code layout changes.
Other Changes
Also updated our library name to match the name of the
.so
being created.Minor changes to the README to show Elixir-folks how to use the library.