Tough_Crowd/docs
Hugo Holgersson 9a7ced4bc4 Build logic for installing Diffuse as a native macOS app
Tested on macOS 12.5:

  brew install meson python3 py3cairo pygobject3 gtk+3
  meson setup build
  cd build
  meson compile
  meson test
  meson install

After `meson install`, `diffuse` can be used to launch a
native Mac app that is installed into /Applications/Diffuse.app.

These steps could be put into a Homebrew formula, see
https://docs.brew.sh/Formula-Cookbook, as a way to
distribute Diffuse on macOS.
2022-10-23 15:58:09 -04:00
..
developers Build logic for installing Diffuse as a native macOS app 2022-10-23 15:58:09 -04:00
README.md Include the release process in documentation tree 2022-04-04 09:58:39 -04:00
translators.md Update translation POT and FR files 2022-04-04 12:00:53 -04:00
users.md Improve README and documentation 2021-11-24 13:16:11 -05:00

README.md

Diffuse documentation

Welcome to Diffuse documentation!

Here are the main sections:

  1. Users
  2. Translators
  3. Developers
    1. Developers setup
    2. Release process