All Projects → aspnet → libuv-build

aspnet / libuv-build

Licence: other
Libuv build automation for ASP.NET Core

Programming Languages

powershell
5483 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to libuv-build

Session
[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 116 (+427.27%)
Mutual labels:  aspnet-product
Basicmiddleware
[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 170 (+672.73%)
Mutual labels:  aspnet-product
Diagnostics
[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 213 (+868.18%)
Mutual labels:  aspnet-product
Dataprotection
[Archived] Data Protection APIs for protecting and unprotecting data. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 128 (+481.82%)
Mutual labels:  aspnet-product
Universe
[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 160 (+627.27%)
Mutual labels:  aspnet-product
Extensions
.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.
Stars: ✭ 2,188 (+9845.45%)
Mutual labels:  aspnet-product
Staticfiles
[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 111 (+404.55%)
Mutual labels:  aspnet-product
EntityFramework.Tools
.NET Command Line tools for Entity Framework Core
Stars: ✭ 23 (+4.55%)
Mutual labels:  aspnet-product
Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,953 (+8777.27%)
Mutual labels:  aspnet-product
Jquery Validation Unobtrusive
Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
Stars: ✭ 207 (+840.91%)
Mutual labels:  aspnet-product
Iisintegration
[Archived] ASP.NET Core IIS integration. Project has moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 142 (+545.45%)
Mutual labels:  aspnet-product
Localization
[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 156 (+609.09%)
Mutual labels:  aspnet-product
Metapackages
[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 195 (+786.36%)
Mutual labels:  aspnet-product
Jquery Ajax Unobtrusive
[Maintenance mode: only security and critical bug fixes are being worked on] Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes.
Stars: ✭ 128 (+481.82%)
Mutual labels:  aspnet-product
Signalr
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 2,401 (+10813.64%)
Mutual labels:  aspnet-product
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+49163.64%)
Mutual labels:  aspnet-product
Filesystem
[Archived] Abstraction of file system APIs. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 173 (+686.36%)
Mutual labels:  aspnet-product
Coherence
A build that verifies that all the packages form a consistent graph.
Stars: ✭ 30 (+36.36%)
Mutual labels:  aspnet-product
Kestrelhttpserver
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 2,643 (+11913.64%)
Mutual labels:  aspnet-product
Templating
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 205 (+831.82%)
Mutual labels:  aspnet-product

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].