Giter Site home page Giter Site logo

Comments (4)

LPardue avatar LPardue commented on June 30, 2024

Hi @TimonPost!

Quiche has some dependencies, the heaviest one is BoringSSL. From our readme:

Note that BoringSSL, which is used to implement QUIC's cryptographic handshake based on TLS, needs to be built and linked to quiche. This is done automatically when building quiche using cargo, but requires the cmake and go commands to be available during the build process.

So this explains why you see an error when just running cargo build - quiche is trying to build BoringSSL and that is failing due to missing prerequisites.

Unfortunately, setting up the environment is a bit harder on Windows than Linux but it is achievable. Here's a checklist of things you need, but I encourage you to check out the more detailed instructions for building BoringSSL:

  • CMake
  • Go
  • Perl
  • NASM

from quiche.

TimonPost avatar TimonPost commented on June 30, 2024

Thanks for the 'quic' answer and the instructions ;). Maybe it is asked before, but is there a reason why rustls isn't used for this? It supports TLS 1.3 and it is pure rust.

from quiche.

LPardue avatar LPardue commented on June 30, 2024

No problem. I have been meaning to update the docs to aid Windows devs, so I just opened #208. Please let us know when you have successfully built quiche.

As for rustls, please see #129.

from quiche.

TimonPost avatar TimonPost commented on June 30, 2024

Great, thanks for the help!

from quiche.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.