Skip to content

torrent-file-editor/torrent-file-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdin Version

Torrent File Editor

Qt based GUI tool designed to create and edit .torrent files

Author: Ivan Romanov <drizt72@zoho.eu>
License: GNU General Public License v3.0 or later
Homepage: https://torrent-file-editor.github.io
Sources: https://github.com/torrent-file-editor/torrent-file-editor
Crowdin translations: https://crowdin.com/project/torrent-file-editor

Build Instructions

Need to have

  • CMake >= 3.5
  • Qt4 or Qt5 or Qt6
  • Sparkle only for Mac OS X

To choose Qt version use QT*_BUILD=ON cmake cache entry. Or QT_QMAKE_EXECUTABLE=/path/to/qmake. Actually QT_QMAKE_EXECUTABLE added for autodecting in Qt Creator. Qt Creator adds this enty for each project. If no any from above will be used Qt5.

Linux

Should works for any Linux distribution which has CMake and Qt.

Qt4

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT4_BUILD=ON ..
make

Qt5

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT5_BUILD=ON ..
make

If building Qt5 version on Ubuntu 18.04+, install required Qt5LinguistTools from qttools5-dev package.

Qt6

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DQT6_BUILD=ON ..
make

If cmake report some Qt6 requirements missing on Ubuntu, install them.

sudo apt install qt6-tools-dev libqt6core5compat6-dev

Mac OS X

Only Qt5 version

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make dmg # to build dmg package

I use macOS Mojave 10.14.4 with Qt 5.5.1 and Sparkle 1.20.0.

Windows

Windows version can be build with official MinGW Qt and Qt Creator. For build Qt6 version need to install Qt5Compat module. Building with MSVC studio not tested and may not work.

I use Fedora 31 MinGW to build Windows versions. Furthermore I build portable static versions. Package mingw-qt4 modified with some patch to fix building. See build.sh for details.

How Can I Help?

The Project is translated from English to several languages. I would be glad if you add new translations. You can translate the project to your native language with Crowdin. It is not difficult and no special knowledges are required. Or you can correct my English. I know it is not good. Anyway you can always email <drizt72@zoho.eu> me.

Also feel free to open an issue on GitHub or send me pull requests.

Translations

Afrikaans - Afrikaans
العربية - Arabic
বাংলা - Bengali
简体中文 - Chinese Simplified
繁體中文 - Chinese Traditional
Čeština - Czech
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית‎ - Hebrew
Magyar - Hungarian
Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Polski - Polish
Português (Brasil) - Portuguese (Brazil)
Română - Romanian
Русский - Russian
Español - Spanish
Türkçe - Turkish
Tiếng Việt - Vietnamese
Украї́нська - Ukrainian