Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Prince781/gtorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtorrent

alpha-shot1

alpha-shot2

alpha-shot3

alpha-shot4

alpha-shot5

alpha-shot6

Fork of original gTorrent, with everything written in straight C, save the wrapper to libtorrent-rasterbar, which is written in C++. This repo has no distinction between gtorrent-core and gtorrent-gtk; everything is in one program. This is intended to be nothing more than a standalone application without emphasis on unnecessary "modularity" (eg. having gtorrent-core).

Here is a list of remaining items.

Dependencies

I haven't put in a suitable dependency satisfaction tool in yet for this repo, so there isn't much useful debug output when trying to build things the first time. These should be the necessary libs:

Both may be easily installed on a standard *nix machine, but if not (or if using Windows), you may have to compile either.

Building

This project uses GNU Make, so it can be built quickly (assuming all of the dependencies have first been satisfied) with

$ make