Skip to content

Distribute "ready-to-use" releases with generated C code #10

Closed
@PiotrSikora

Description

@PiotrSikora

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions