Code Monkey home page Code Monkey logo

dukto-qt5's Introduction

Dukto

Dukto is an easy file transfer tool for LAN. It was created by Emanuele Colombo, and ported to Qt 5/6 by me and other contributors.

Now it supports Windows, Linux, MacOS and Android.

Warning

Dukto transfers files and text without encryption and is only designed for use in trusted network environments.

Prebuilt Packages

Windows

Portable versions can be downloaded from the releases page

The Qt6 version supports Windows 10+ only. If you are still using Windows 7, download the Qt5 version instead.

If you can not open the 7z files, visit https://7-zip.org/ and install 7-zip

If you get The program can't start because MSVCP140.dll is missing from your computer. Try reinstalling the program to fix this problem error , download and install the Visual C++ Redistributable packages for VS2015-2022 from Microsoft. Direct links: X64 or X86

Android

APKs can be downloaded from the releases page

Ubuntu and derivatives:

Use this PPA

Build from source code

Build Dependencies

  • Qt 5.3+
  • libnotify (optional, Linux only)
  • Android SDK and NDK (Android only)

For Windows, Linux, MacOS

Run the following command in the source code directory to build:

  • QMake
mkdir build && cd build && qmake .. && make
  • CMake
mkdir build && cd build && cmake .. && make

For Android

  • Build with Qt6:
mkdir build && cd build
/path/to/qt6/bin/qt-cmake -DANDROID_NDK_ROOT=/path/to/ndk -DANDROID_SDK_ROOT=/path/to/sdk ..
make
  • Build with Qt5:
mkdir build && cd build
export ANDROID_NDK_ROOT=/path/to/ndk ANDROID_SDK_ROOT=/path/to/sdk
cmake -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DQT_CMAKE_ROOT=/path/to/qt/cmake ..
make

dukto-qt5's People

Contributors

xuzhen avatar arthurzam avatar maz-1 avatar

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.