Closed
Description
Even though there is a make release
target that generates C code and provides release
directory:
$ tree release/
release/
├── common.gypi
├── include
│ └── llhttp.h
├── LICENSE-MIT
├── llhttp.gyp
├── README.md
└── src
├── api.c
├── http.c
└── llhttp.c
the releases distributed on GitHub are auto-generated from the tags and include only source code.
Would you consider distributing "ready-to-use" releases with generated C code to avoid extra build-time dependencies on consumers of your library? Thanks!
Metadata
Metadata
Assignees
Labels
No labels