Last active
May 14, 2024 09:54
-
-
Save MehmetGoekce/995598bcab035b70b7f25767055bda73 to your computer and use it in GitHub Desktop.
Install dependencies Emacs needs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add-apt-repository ppa:ubuntu-toolchain-r/ppa | |
| apt update | |
| apt install gcc-11 libgccjit0 libgccjit-11-dev | |
| apt build-dep emacs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment