Git Product home page Git Product logo

csv-diff-gui's Introduction

CSV-diff-GUI

A simple diff tool for CSV files with a GUI written in Qt/C++

Prerequisites

You will need a C++ compiler, e.g clang or MinGW. If you're building a standalone app, you will need to build Qt5 from source, and the build dependencies are ActivePerl, GPerf, Bison, Flex. It's easier to make the standalone app with mxe, which you can get from the github repo at https://github.com/mxe/mxe

Installing

TODO

*get the source code from git:

git clone https://github.com/mxe/mxe.git

*install the build dependencies, which you can find in the list here: https://mxe.cc/#requirements

*build Qt5, targeting windows

cd mxe && make qt5

*export the path

export PATH=<mxe root>/usr/bin:$PATH

*go the the root directory of the app and run the Qt Makefile generator on the project

<mxe root>/usr/bin/i686-w64-mingw32.static-qmake-qt5

*build the project

make

*run the binary from the release directory

Deployment

use mxe to cross compile and deploy static binaries

Built With

  • qmake - The MakeFile generator
  • mxe - For dependency management and cross platform compilation

Contributing

TODO

Versioning

TODO

License

TODO

csv-diff-gui's People

Contributors

tgys avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.