Builder is an IDE for GNOME
C Python CSS Meson M4 Vala Other
Latest commit d7c2ebb Sep 23, 2017 @chergert chergert plugins: cleanup package use by plugins
None of our plugins are using packages, so we might as well
keep things compact and just use modules instead of packages.

This also cleans up the rustup plugin to use gresources.

README.md

Builder

Develop software for GNOME

Helpful Links


Builder aims to be an IDE for writing GNOME-based software. We believe this focus will help us build something great for our community.

If you would like to help in this effort, join our IRC channel and we will help you find something to work on.

Builder is primarily written in C and Python. Some aspects of Builder may be written in another language when it makes sense.

Builder is developed in conjunction with GNOME releases. This means that we often contribute to, and rely on, features being developed in other GNOME modules such as Gtk.


Builder is built using meson:

meson --prefix=/usr build
ninja -C build
sudo ninja -C build install

For more information on building and installing Builder, read our installation guide to help you through the process.


Builder is licensed under the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Some files are individually licensed under alternative licenses such as LGPL-2.1+ and LGPL-3.0.