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

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 git@github.com:trivikr/quic.git
    $ cd quic
  • On Unix/macOS:
    $ ./configure --experimental-quic --coverage
    $ make -j4 coverage
  • On Windows:
    $ .\vcbuild experimental-quic coverage

EDITs:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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