Code Monkey home page Code Monkey logo

transmission-remote-gtk's Introduction

ABOUT

transmission-remote-gtk is a GTK client for remote management of the Transmission BitTorrent client, using its HTTP RPC protocol.

DEPENDENCIES

Runtime/Build Required Dependencies

The following packages are required dependencies for building and running transmission-remote-gtk:

  • gtk >= 3.22
  • glib >= 2.56 (including gio and gthread)
  • json-glib >= 1.2.8
  • libsoup >= 3.0
  • GNU gettext

An example command for getting the packages required for an Ubuntu/Debian system:

# apt install libgtk-3-dev libgeoip-dev gettext libsoup-3.0-dev libjson-glib-dev

Optional Dependencies

The following packages are optional dependencies:

  • libgeoip, country of origin of peers
  • libappindicator or libayatana-appindicator3, Application tray support

If these libraries are installed at build time they will be automatically detected and linked for additional functionality.

Build Only Dependencies

transmission-remote-gtk uses meson for its build system. A relatively new version of meson is required.

  • meson >= 0.59.0
  • appstream-util (optional, appdata validation)
  • desktop-file-utils (optional, desktop file validation)
  • pod2man (optional, manpage generation)

An example of getting the build dependencies for an Ubuntu/Debian system:

# apt install gcc meson appstream-util perl

NOTE: Ubuntu and other stable or LTS distros may have outdated versions of meson that will not work for compiling transmission-remote-gtk. Meson can also be installed via pip:

# apt install python3-pip
$ pip install meson

BUILDING

Building transmission-remote-gtk is simple. The following commands will clone the repository, build transmission-remote-gtk, and install it on your system:

$ git clone https://github.com/transmission-remote-gtk/transmission-remote-gtk.git
$ cd transmission-remote-gtk
$ meson setup --prefix="$prefix" "$builddir"
$ meson compile -C "$builddir"
# meson install -C "$builddir"

Tarball releases are also available to download.

INSTALLING

Installing transmisison-remote-gtk can be done in a few ways besides building from source. There are many distributions that package transmission-remote-gtk for example. However, there is a cross-distribution Flatpak available that is always up to date.

Download on Flathub

NOTE: Only the latest release is supported for issues; if your installed version is older you should try the Flatpak or report bugs to your distribution.

LICENSE

transmission-remote-gtk is released under GNU GPLv2. See the COPYING file for details.

CONTRIBUTING

This project is under active development, and help is always appreciated regardless of skill level. Current project goals and refactors are being tracked in the Wiki. Take a look if you're interested in helping. Other PRs are also welcome!

CONTACT INFO

Development happens on github (this repository). Issues and pull requests should be submitted here. If you would like to discuss development or ask general questions about the project, you can try #transmission-remote-gtk on irc.libera.chat.

transmission-remote-gtk's People

Contributors

ajf8 avatar lasereyess avatar tingping avatar driverxx avatar robol avatar snaunton avatar johanar avatar bellingeri avatar hadess avatar scavazzini avatar thislg avatar andreygursky avatar kamazee avatar shelvacu avatar satunnainen avatar tserhii-gh avatar sasasu avatar sandrotosi avatar rmsacks avatar jaysonsantos avatar jtojnar avatar ilyaluk avatar hfiguiere avatar gkaklas avatar soapgentoo avatar dannywoodz avatar cookiengineer avatar archangegabriel avatar hosiet avatar behroozamoozad 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.