# h2spec_build **Repository Path**: mirrors_aspnet/h2spec_build ## Basic Information - **Project Name**: h2spec_build - **Description**: Build h2spec for Linux, Mac and Windows - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What? This repo builds h2spec in Docker. Builds Linux/Darwin/Windows binaries in one go! (Thanks to `GOOS` variable.) - Built binaries appear in `./out/release` directory. - Built nupgk file appear in `./bin/Debug` directory # Requirements - Docker (For creating the binaries) - Dotnet SDK 2.x (For packing the nuget file) # Update h2spec - Update `make_all.sh` file to reflect h2spec commit sha you want to build - Update `h2spec.nuspec` to bump the nuget package version - (Optional) Update `Dockerfile` to use a newer Go base image # How to build ## Linux/Mac `./build.sh` ## Windows `build.cmd`