From 138ee227c8d58ae1a9877e1ecc38d42624fd26f7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 29 Dec 2018 18:23:45 -0500 Subject: [PATCH] Updated Building from Source (markdown) --- Building-from-Source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-from-Source.md b/Building-from-Source.md index 989028d..ef40194 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -27,6 +27,7 @@ All package builds begin with the first two steps (for Linux/OSX; alter as neede ``` 4. Install build dependencies: `sudo mk-build-deps -i` 5. Build the packages: `dpkg-buildpackage -us -uc` +6. Resulting packages will be in `../jellyfin*.deb` ### Windows (64 bit)