Giter Club home page Giter Club logo

deltapatcher's Introduction

Delta Patcher Build Codacy Badge

ScreenShot

Download on Flathub

Delta Patcher is a GUI software that is able to create and apply xdelta patches as the ones supported by the xdelta tool developed by Joshua McDonald.

Delta patcher is fully self-contained and does not depend on the xdelta3 tool at all. This sets Delta Patcher apart from all other tools out there that are just frontends to the xdelta3 binary. Moreover, such frontends do not support some options of the encoder/decoder at all, like main and secondary compression level for encoding and checksum checking for decoding/encoding. Also, they are all written in .NET (0_0).

So, this tool was designed to be self-contained (for Windows, MacOS and GTK-based Linux systems). It's written in C++ using wxWidgets for the GUI components and all the needed libraries are statically linked to the executable (except for GTK for linux builds). Last, but not the least, Delta Patcher is GPL2'd and cross-platform: it runs fine on Windows, Linux and MacOS.

How to build

Delta Patcher has been successfully built on Windows 10, Ubuntu 22.04, Fedora 36 and MacOS 10.14+.

Windows and MacOS

  • On Windows, install CMake, git and Visual Studio with the Desktop C++ Development tools (including the WindowsSDK package).
  • On MacOS install the Xcode command line tools (or Xcode itself), CMake and git.
  • git clone --recurse-submodules https://github.com/marco-calautti/DeltaPatcher.git
  • cd DeltaPatcher
  • cmake -B build -DCMAKE_BUILD_TYPE=Release -DwxBUILD_SHARED=OFF -DwxBUILD_USE_STATIC_RUNTIME=ON
  • cmake --build build --config Release

For an x86 (32bit) build on Windows do:

  • cmake -B build -A Win32 -DCMAKE_BUILD_TYPE=Release -DwxBUILD_SHARED=OFF -DwxBUILD_USE_STATIC_RUNTIME=ON

The executable should be found in build/app/Release/ on Windows and in build/app on MacOS

Linux

  • First install dependencies:

    • Ubuntu: sudo apt install build-essential cmake git libgtk-3-dev
    • Fedora: sudo dnf install g++ make cmake git gtk3-devel
  • git clone --recurse-submodules https://github.com/marco-calautti/DeltaPatcher.git

  • cd DeltaPatcher

  • cmake -B build -DCMAKE_BUILD_TYPE=Release -DwxBUILD_SHARED=OFF

  • cmake --build build --config Release

The final binary should be found in build/app/

deltapatcher's People

Contributors

marco-calautti avatar jakobdev 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.