WhiredPlanck / dukto-qt6

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dukto

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6.

Original Author: Emanuele Colombo

Original Website: https://www.msec.it/blog/dukto

Original Source Code: https://sourceforge.net/projects/dukto/

logo

Build and Installation

Currently I only run and test it on Linux ...

git clone https://github.com/WhiredPlanck/dukto-qt6
cd dukto-qt6
cmake -B<build_dir> -DCMAKE_INSTALL_PREFIX=/usr \
    # -GNinja # use ninja to speed up build
cmake --build <build_dir>
DESTDIR=<dest_dir> cmake --install <build_dir>

About

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6


Languages

Language:QML 62.3%Language:C++ 31.4%Language:CMake 5.2%Language:JavaScript 1.1%