Code Monkey home page Code Monkey logo

libreelec.tv-addon-fftw3's Introduction

FFTW3 (double precision) as addon for LibreELEC

This project builds FFTW3 (double-precision) as addon for LibreELEC.tv.

Installation

There is no addon-repository for distribution (yet?), the addon and its requirements MUST be installed via ZIP-file transfer.

Either copy the zip-file to libreelec-host via file-transfer or use some other (USB-)storage-device.

Then install addon using menu Install from ZIP-file.

Configuration

No configuration neccessary.

Build the addon

The addon is build using LibreELEC.tv build-system, so this has to be setup first.

Clone LibreELEC.tv

git clone https://github.com/LibreELEC/LibreELEC.tv
cd LibreELEC.tv

Checkout release

git checkout 11.0.4

Make a directory to hold package and dependencies

In LibreELEC.tv repository create a subfolder for additional packages

mkdir -p packages/chipfunk
cd packages/chipfunk/

Clone addon

git clone https://github.com/chipfunk/LibreELEC.tv-addon-fftw3 fftw3

Prepare build environment

You can add environment-variables to build for a specific target-device and -platform. Now is a good time to do so.

For a Hardkernel Odroid-C2 i use

PROJECT=LibreELEC
PROJECT=Amlogic
DEVICE=AMLGX
ARCH=arm

Build a release first

This step can take a long time ...

In LibreELEC.tv repository run

make release

In the meantime get something to hydrate yourself.

Build this addon

In LibreELEC.tv repository run

scripts/create_addon fftw3

to actually build the addon.

You should end-up with a zip-file in folder

target/addons/${VERSION}/${PROJECT}/${ARCH}/fftw3/fftw3-${ADDON_VERSION}.zip

libreelec.tv-addon-fftw3's People

Contributors

chipfunk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.