Hacker News new | ask | show | jobs
How to build the changes made in the Open Source project(GNOME)?
2 points by csk111165 1174 days ago
I'm interested in starting my journey in open source contribution and would like to know how to make changes to existing open source projects and build them locally to verify the changes I've made on my system.

Specifically, I'd like to learn about the build process and how to verify changes such as tweaking UI elements, enhancing user commands, or adding new tools to an open source project.

Any advice, tips, or resources on this topic would be greatly appreciated. I am a newbie in this journey so any leads will really help me a lot to start the open source contribution journey.

Thank you!

1 comments

So, looking at a GNOME project I know a little about, Rhythmbox...

* Source code is: https://gitlab.gnome.org/GNOME/rhythmbox/-/tree/master

* Ways to work on it: https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/HACKI...

* How to build it locally: https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/INSTA...

What GNOME projects are you looking at?