-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build emacs with modules on ubuntu? #216
Comments
@Cumol, on ubuntu, I recommend adding Kevin Kelley's PPA and installing his emacs 26 package:
You may want to do a purge of the ubuntu emacs package before you start. Also, after you get it installed, I found that ubuntu's use of /bin/dash as the link to /bin/sh causes the compile to choke. I re-linked /bin/sh to /bin/bash and finally got a compile to work. |
Do you think installing it using linuxbrew would also do the trick?
|
Used your suggestion and installed emacs from the ppa. Didn't have to re-link /bin/sh just needed to install libtool and cmake > 3.11 (using brew install cmake). |
Is any of you guys interested in writing up something in the README regarding using |
@Sbozzolo I can do this, but how? Do I simply fork the file? |
If you are familiar with the process of contributing, you can
If you are not, or don't want to go through the trouble, you can just write something here and I will take the aforementioned steps. However, this will mark the contribution as mine, which is unfair towards you, if you care about these things. |
I will try this. Since it is my first time, please have patience (but I will manage!) :) |
Maybe a little off-topic, but I am struggling to find out how to install emacs on ubuntu with the modules options.
Can this be done using apt-get or do I have to build emacs from source with the
--with-modules
option?The text was updated successfully, but these errors were encountered: