Giter Club home page Giter Club logo

gu-provider-ui-linux's Introduction

gu-provider-ui-linux

User Interface for Golem Unlimited Provider. Displays app indicator (tray icon) in the status bar.

Building Using Docker (Recommended)

Step 1: Build Docker Image

Dockerfile is located in the main source directory. Enter:

docker build . -t vala2deb

Step 2: Build Binary

Go to the gu-provider-ui-linux directory. Run:

mkdir -p deb/build (those directories must exists and must be writeable)

docker run -i --rm -u $UID:$GID -v $PWD/deb:/src -v $PWD:/src/build -w /src/build vala2deb bash -c '(debuild -eDEB_BUILD_OPTIONS=noddebs -us -uc --build=binary)'

Building From Sources

sudo apt install devscripts meson valac libappindicator3-dev libsoup2.4-dev libjson-glib-dev libglib2.0-dev
mkdir build_dir
cd build_dir
meson ..
ninja

Debian Package

debuild -us -uc --build=binary

gu-provider-ui-linux's People

Contributors

filipgolem avatar prekucki avatar tworec avatar

Stargazers

Kevin Alexander Scott Jellis avatar

Watchers

 avatar James Cloos avatar Viggith avatar  avatar  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.