Giter VIP home page Giter VIP logo

libpisp's Introduction

libpisp

A helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components.

Building and installing

To build, setup the meson project as follows:

meson setup <build_dir>

To optionally disable the Boost logging library, add -Dlogging=disabled as an argument to the meson setup command.

To compile and install the libpisp.so artefact:

meson compile -C <build_dir>
sudo meson install -C <build_dir>

Linking libpisp with an application

libpisp can be built and linked as a meson subproject by using an appropriate libpisp.wrap file and the following dependency declaration in the target project:

libpisp_dep = dependency('libpisp', fallback : ['libpisp', 'libpisp_dep'])

Alternatively pkg-config can be used to locate libpisp.so installed in of the system directories for other build environments.

License

Copyright © 2023, Raspberry Pi Ltd. Released under the BSD-2-Clause License.

libpisp's People

Contributors

naushir avatar njhollinghurst avatar xnox avatar xecdesign avatar davidplowman avatar ar90n avatar will-v-pi 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.