mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 14:09:40 +00:00
Up webclient version.
This commit is contained in:
parent
ddccc58bb6
commit
81e7defa69
@ -33,7 +33,7 @@ git clone git://github.com/iwalton3/jellyfin-media-player
|
||||
cd jellyfin-media-player
|
||||
mkdir build
|
||||
cd build
|
||||
wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1/dist.zip
|
||||
wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.2-2/dist.zip
|
||||
unzip dist.zip
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local/ ..
|
||||
make -j4
|
||||
@ -65,7 +65,7 @@ You need to run these commands in git bash.
|
||||
git clone https://github.com/iwalton3/jellyfin-media-player
|
||||
cd jellyfin-media-player
|
||||
mkdir build && cd build
|
||||
curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip > dist.zip
|
||||
curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-2/dist.zip > dist.zip
|
||||
unzip dist.zip
|
||||
```
|
||||
|
||||
@ -164,7 +164,7 @@ Assuming that everything else has installed correctly, building Jellyfin Media P
|
||||
* ``cd build``
|
||||
* ``cmake -DCMAKE_BUILD_TYPE=Debug -DQTROOT=/opt/Qt5.9.5/5.9/gcc_64/ -DCMAKE_INSTALL_PREFIX=/usr/local/ ..``
|
||||
* ``make -j4``
|
||||
* ``wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip``
|
||||
* ``wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-2/dist.zip``
|
||||
* ``unzip dist.zip``
|
||||
* ``sudo make install``
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/make -f
|
||||
|
||||
JWC_RELEASE := 1.7.1
|
||||
JWC_RELEASE := 1.7.2-2
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
Loading…
Reference in New Issue
Block a user