aspnet / libuv-build

Libuv build automation for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Libuv build automation for ASP.NET Core

License:Other


Languages

Language:PowerShell 55.9%Language:Shell 36.3%Language:Batchfile 7.8%