Code Monkey home page Code Monkey logo

Crowdin Version

Torrent File Editor

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

Author: Ivan Romanov <[email protected]>
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 <[email protected]> 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

Torrent File Editor's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.