Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 711 Bytes

WinMergeQt

Qt Interface for WinMerge, to make it portable to other OSes

To contribute

  1. Clone the repository
  2. Download Qt Creator and install it. I you already have it, you need Qt 5 at least.
  3. Open it, go to File -> Open File or Project
  4. Select in the cloned folder the file src/WinMergeQt.pro, and click Open.
  5. Try it. Click on the green triangle Run button. It should open an empty window
  6. 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.