Skip to content

Commit

Permalink
Better README file with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiengineer committed Oct 2, 2016
1 parent 568016a commit 90694a7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 25 deletions.
25 changes: 0 additions & 25 deletions README

This file was deleted.

47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# ABOUT

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


# DEPENDENCIES

The following packages are required dependencies:

```bash
autoconf-archive appstream-glib intltool
```


# BUILDING

Optionally install `libgeoip` and its headers to see the country
origin of peers.


## Building a transmission-remote-gtk release from the command line:

```bash
$ tar zxfv transmission-remote-gtk-1.2.tar.gz
$ cd transmission-remote-gtk-1.2
$ ./configure
$ make
# make install
```

## Building from git clone:

```bash
$ git clone https://github.com/transmission-remote-gtk/transmission-remote-gtk.git
$ ./autogen.sh
$ ./configure
$ make
# make install
```


## LICENSE

transmission-remote-gtk is released under GNU GPLv2.
See the [COPYING](./COPYING) file for details.

0 comments on commit 90694a7

Please sign in to comment.