Skip to content

AdunanzA/Tsunami

Repository files navigation

Tsunami

Tsunami

An intuitive Torrent client

Windows Build Linux Build Issues Forks Stars License

Tsunami is a Qt application based on libtorrent with innovative features like Streaming, Search and Intelligent Auto-Sharing

We are currently setting up the team volunteers who will develop the software. We accept pull request.

How to compile:

Windows:

  • Install Qt, Visual Studio 2015 and git
  • Clone the project
  • Download the libraries from here
  • Open the archive you previously downloaded and extract the includes and libraries subdirectories in the project folder
  • Open Tsunami.pro in qt creator
  • Compile
  • Enjoy!

Ubuntu(17.04 or 17.10):

  • Install Qt, git, g++
  • Clone the project
  • add VLC-QT repository to your system using
    sudo add-apt-repository ppa:ntadej/tano
    
  • install packages needed for the building process
    sudo apt-get install libvlc-qt-core2 libvlc-qt-widgets2 libvlc-qt-dbg libvlc-qt-dev
    sudo apt-get install libttorrent-rasterbar-dev
    
  • Open Tsunami.pro in qt creator
  • Replace this line "DEFINES += TORRENT_NO_DEPRECATE" with this one "#DEFINES += TORRENT_NO_DEPRECATE" (*)
  • Compile
  • Enjoy!

Mac OS X (currently only on x86_64 architecture):


Warning:

We have been developing Tsunami without libtorrent's deprecated functions, but the version included in ubuntu (libtorrent-rasterbar-dev) has enabled this feature by default. That's the reason why you must comment the line we mentioned above. In order to compile tsunami without deprecated functions you have to compile libtorrent by your own with deprecated functions disabled.

https://www.adunanza.net/

https://forum.adunanza.net/

About

An intuitive Torrent client based on Libtorrent with innovative features like Streaming and Search

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages