Watch the recording on YouTube!
We're going to find out :)
On Debian / Ubuntu, install the following packages:
sudo apt install git build-essential automake
sudo apt build-dep emacs
In Guix:
guix environment --pure emacs-next --ad-hoc git
Now you can clone and build Emacs:
git clone https://git.savannah.gnu.org/git/emacs.git
./autogen.sh
./configure
make
I personally used this configure line:
./configure --with-cairo --with-modules --disable-build-details
We may still look at the bug tracker to find one:
https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1
For new contributors, try the easy tag!
Here are the bugs we looked at:
Here's how to report bugs: https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html