diff options
| author | Muad Abd El Hay <muadabdelhay@Muads-MacBook-Pro.local> | 2020-01-20 17:22:41 +0100 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2020-01-21 09:02:41 +0800 |
| commit | a65f1a84ab8a72c66ca92f895c1f355c44a5e0a2 (patch) | |
| tree | 57e94025e07e75ea0e1af05dd6b3f30327acae68 /README.md | |
| parent | 9bff974f47e5f1bbe62566b66371e4df588ddb05 (diff) | |
Added ubuntu installation notes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -73,6 +73,26 @@ lines to your `init.el`: ) ``` +## Under Ubuntu + +To install emacs with module support under Ubuntu, purge your installed emacs installation and reinstall emacs from Kevin Kelley's PPA + +```sh +sudo add-apt-repository ppa:kelleyk/emacs +sudo apt update +sudo apt-get install emacs26 +``` + +Make sure you have libtools and CMake (> 3.11) installed. Libtools can be installed via `apt-get` and the newest CMake version via linuxbrew. + +```sh +brew install cmake +sudo apt-get install libtool +``` + +In some cases `/bin/sh` needs to be relinked to `/bin/bash` for the compile to work (https://github.com/akermu/emacs-libvterm/issues/216#issuecomment-575934593). + + # Debugging and testing If you have successfully built the module, you can test it by executing the |
