An intuitive Torrent client
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.
- 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!
- 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!
- See Building on Mac OS for details.
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.