Qt
Interface for WinMerge, to make it portable to other OSes
- Clone the repository
- Download Qt Creator and install it. I you already have it, you need
Qt 5
at least. - Open it, go to
File
->Open File or Project
- Select in the cloned folder the file
src/WinMergeQt.pro
, and clickOpen
. - Try it. Click on the green triangle
Run
button. It should open an empty window - You can start to contribute. Happy coding!
PS: I suggest you to use GCC
and G++
9.1 as compilers. If you have Ubuntu
, you can add this PPA and install them.