mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-21 06:24:03 +00:00
* Move all packaging-related stuff into a subdirectory * Remove workspace defaulting to `frontend` directory. Now users must `cd` in the frontend directory themselves.
8 lines
144 B
Markdown
8 lines
144 B
Markdown
1. Install `build-essential` and `debhelper`:
|
|
|
|
`sudo apt install build-essential debhelper`
|
|
|
|
2. Build the package:
|
|
|
|
`dpkg-buildpackage -us -uc`
|