Install Kodi on Debian 8
링크
본문
Install Kodi on Debian 8
First edit /etc/apt/sources.list
file to Enable Jessie backports repository.
sudo nano /etc/apt/sources.list
Add this line at the end of the file.
deb http://http.debian.net/debian jessie-backports main
Save and close the file. Then update local package index and install Kodi
sudo apt-get update sudo apt-get install kodi
To start kodi
kodi
◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠
[이 게시물은 11qkr님에 의해 2021-06-16 02:37:07 12.Nas_2에서 이동 됨]
관련자료
-
링크
댓글 1
shimss@11q.kr님의 댓글
Thank you very much, you are the best
I managed to install using this commands:
# git clone https://github.com/xbmc/xbmc.git
# git clone https://github.com/kodi-pvr/pvr.iptvsimple.git
# cd pvr.iptvsimple && mkdir build && cd build
# cmake -DADDONS_TO_BUILD=pvr.iptvsimple -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
# make
# mv xbmc/addons/pvr.iptvsimple/ /usr/share/kodi/addons/
Done
Solved
I managed to install using this commands:
# git clone https://github.com/xbmc/xbmc.git
# git clone https://github.com/kodi-pvr/pvr.iptvsimple.git
# cd pvr.iptvsimple && mkdir build && cd build
# cmake -DADDONS_TO_BUILD=pvr.iptvsimple -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
# make
# mv xbmc/addons/pvr.iptvsimple/ /usr/share/kodi/addons/
Done
Solved