From 2d12f40f95e345e7c380ba8022f6a04fbfcbcd9c Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 8 Aug 2018 01:23:57 -0400 Subject: [PATCH] Add build info --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bc6ee3de..ed2f538635 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,17 @@ Emby Server is a personal media server with apps on just about every device. It features a REST-based API with built-in documention to facilitate client development. We also have client libraries for our API to enable rapid development. -This repository is a hard fork of Emby 3.4.1.14 which eliminates the Premium options and unlocks all included features. +This repository is a hard fork of Emby 3.4.1.14 which eliminates the Premium options and unlocks all included features, as well as includes a Debian package build structure. + +## Building the Debian package + +Enter the repository directory and run `dpkg-buildpackage -us -uc -jX`, where X is your core count. It will take some time to build and has many dependencies. + +--- + +The original README follows + +--- ## Emby Apps