Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

aspnet/libuv-build

Repository files navigation

Libuv build automation

This repo hosts libuv build automation for ASP.NET Core.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

How the libuv package is built

Packages for different operating systems and architectures are built from this repo, which pulls libuv code as a submodule, and pushed to the aspnetcore-ci-dev MyGet feed as OS specific Microsoft.AspNetCore.Internal.libuv-* packages.

The libuv-package repo is responsible for pulling the build packages and creating the consolidated libuv package that contains bits for all supported architectures.

Build instructions

You can build the Microsoft.AspNetCore.Internal.libuv-* package running build.cmd or build.sh on your machine. The build script will fetch most of the dependencies required to build.

For Linux, the OS being used for building is Ubuntu 14.04. You'll also need these dependencies:

If you need to add support for new architectures or distributions, have a look at the makefile.shade file. The libuv.so shared library is being build there.