Skip to content

Getting Started

MATE is written almost entirely in C using GLib, GObject, and GTK 3, with some components in Python or C++. If you are new to C, the C Wikibook (Introduction through Intermediate C) is a solid starting point before diving into the codebase.

Workflow overview

Contributing to MATE follows a standard open-source workflow:

Set up your environment

Install the tools you need — a C compiler, Make, Git, an editor, and the Devhelp API browser. See Development Environment.

Build a MATE package

Clone a repository, install its build dependencies, and do your first build. See Building from Source.

Make your change

Edit source files, rebuild, install, and test. Read C, GLib & GObject and GTK Development to understand the codebase patterns.

Submit a pull request

Push your branch to GitHub and open a PR. A maintainer will review it. See Your First Contribution.

Tools you will need

ToolPurpose
C compiler (gcc or clang)Compile MATE source code
makeBuild system used by all MATE packages
gitVersion control
GitHub accountSubmit pull requests
pkg-configQuery library compiler flags

All MATE repositories live at github.com/mate-desktop.

Useful references

Last updated on • mbkma