GithubHelp home page GithubHelp logo

isabella232 / libappimage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appimagecommunity/libappimage

0.0 0.0 0.0 2.19 MB

Implements functionality for dealing with AppImage files

Home Page: https://appimage.org

License: Other

CMake 13.89% C 18.29% Shell 1.45% C++ 66.36%

libappimage's Introduction

libappimage CI irc

This library is part of the AppImage project. It implements functionality for dealing with AppImage files. It is written in C++ and is using Boost.

Availablility

libappimage is available in the following distributions: https://repology.org/project/libappimage/versions

Usage

As a user, you normally do not need to deal with this library. Tools that use it (like the optional appimaged daemon) usually come with a bundled copy of it.

API documentation

As a developer interested in using libappimage in your projects, please find the API documentation here: https://docs.appimage.org/api/libappimage/. Please note that if you are using libappimage in your project, we recommend bundling your private copy or linking statically to it, since the versions provided by distributions may be outdated.

Building

If for some reason you need to do a local development build, on a deb-based system (tested on Ubuntu xenial) do:

sudo apt-get -y install automake cmake libtool libcairo-dev libfuse-dev git
git clone https://github.com/AppImage/libappimage --recursive
cd ./libappimage/
mkdir build
cd build
cmake .. -DBUILD_TESTING:bool=False
make
sudo make install
cd ..

Contributing

Your contributions are welcome.

If you make or suggest changes to this code, please test that the resulting executables (like the appimaged daemon) are still working properly.

If you have questions, AppImage developers are on #AppImage on irc.libera.chat.

libappimage's People

Contributors

a1batross avatar azubieta avatar kossebau avatar mid-kid avatar probonopd avatar srevinsaju avatar theassassin 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.