Skip to content

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

Notifications You must be signed in to change notification settings

WhiredPlanck/dukto-qt6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published