Skip to content

Instantly share code, notes, and snippets.

@PaSaSaP
Created December 7, 2023 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaSaSaP/b01850b26501a215d6d6b82dd70471f3 to your computer and use it in GitHub Desktop.
Save PaSaSaP/b01850b26501a215d6d6b82dd70471f3 to your computer and use it in GitHub Desktop.
Install MELD on MacOS

Use python3.11

git clone https://github.com/yousseb/meld

pip3.11 install pyobjc  # import Foundation
brew install gtk+3
brew install gtksourceview4
brew install gtk-mac-integration  # required to work with gtksourceview4
brew install gobject-introspection  # required to build below
pip3.11 install PyGObject
brew install adwaita-icon-theme  # fixes some visualization issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment