Coder Social home page Coder Social logo

circulosmeos / inputstream.adaptive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xbmc/inputstream.adaptive

2.0 2.0 0.0 1.41 MB

kodi inputstream addon for several manifest types

License: Other

CMake 0.21% C++ 98.23% C 1.29% Objective-C 0.10% Objective-C++ 0.18%

inputstream.adaptive's Introduction

inputstream.adaptive v2.0.20 compiled for ODROID-C2 (ARM aarch64) Kodi 17.6

Addon file inputstream.adaptive-2.0.20.zip has been compiled for Kodi 17.6 on platform ODROID-C2 (ARM aarch64).

DO NOT INSTALL IF YOU ARE NOT RUNNING BOTH ODROID-C2 AND KODI 17.6

compilation steps

# git clone https://github.com/xbmc/xbmc.git
# cd xbmc
# git checkout tags/17.6-Krypton
# cd ..
# git clone  https://github.com/peak3d/inputstream.adaptive.git
# cd inputstream.adaptive
# git checkout -b Krypton origin/Krypton
# mkdir build && cd build
# cmake -DADDONS_TO_BUILD=inputstream.adaptive -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
# make

In case this error appears after make:

checking build system type... conftools/config.guess: unable to guess system type

Do:

# wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O ./build/expat/src/expat/conftools/config.sub
# wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O ./build/expat/src/expat/conftools/config.guess

And repeat previous cmake and make commands.

This is the original README of this project: README.ORIGINAL.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.