Updated Building from Source (markdown)

Joshua M. Boniface 2018-12-29 18:23:45 -05:00
parent 6577ddbd75
commit 138ee227c8

@ -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` 4. Install build dependencies: `sudo mk-build-deps -i`
5. Build the packages: `dpkg-buildpackage -us -uc` 5. Build the packages: `dpkg-buildpackage -us -uc`
6. Resulting packages will be in `../jellyfin*.deb`
### Windows (64 bit) ### Windows (64 bit)