Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

For new contributors: here's how to build Node.js with QUIC enabled #183

@trivikr

Description

@trivikr

The instructions are similar to one given in CONTRIBUTING.md or BUILDING.md in Node.js core repo, but with the following changes:

For example:

Example commands to run coverage:

  • $ git clone [email protected]:trivikr/quic.git
    $ cd quic
  • On Unix/macOS:
    $ ./configure --experimental-quic --coverage
    $ make -j4 coverage
  • On Windows:
    $ .\vcbuild experimental-quic coverage

EDITs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions