Skip to content

brady-kelly/diffmerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an open source (GPL3) release of SourceGear DiffMerge.

Example command lines to build:

cd sgdm3

# Mac
ARCH=arm64 make -f Makefile.Apple
ARCH=x86_64 make -f Makefile.Apple

# Windows
TARGET_PLATFORM=x64 make -f Makefile.Windows
TARGET_PLATFORM=x86 make -f Makefile.Windows

# Linux
make -f Makefile.Linux

Builds and Releases

From time to time, we may publish builds here as a GitHub release.

Currently, the platforms included are:

  • macOS arm64 and x86_64 (dmg)
  • Windows x64 and x86 (msi and zip)
  • Ubuntu amd64 (deb)

Please note that macOS builds are neither signed nor notarized.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 87.4%
  • XSLT 7.8%
  • C++ 2.9%
  • C 1.0%
  • JavaScript 0.4%
  • Java 0.2%
  • Other 0.3%