https://github.com/whiredplanck/dukto-qt6
(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6
https://github.com/whiredplanck/dukto-qt6
file-transfer lan qt-6 qt-gui qtquick
Last synced: 3 months ago
JSON representation
(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6
- Host: GitHub
- URL: https://github.com/whiredplanck/dukto-qt6
- Owner: WhiredPlanck
- Created: 2023-05-21T16:49:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T17:26:36.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:14:05.226Z (5 months ago)
- Topics: file-transfer, lan, qt-6, qt-gui, qtquick
- Language: QML
- Homepage:
- Size: 217 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/
## Build and Installation
Currently I only run and test it on Linux ...
```shell
git clone https://github.com/WhiredPlanck/dukto-qt6
cd dukto-qt6
cmake -B -DCMAKE_INSTALL_PREFIX=/usr \
# -GNinja # use ninja to speed up build
cmake --build
DESTDIR= cmake --install
```