Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 631 Bytes

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>