Skip to content

Instantly share code, notes, and snippets.

@diamond-lizard
Created November 17, 2017 16:38
Show Gist options
  • Save diamond-lizard/8bf7398c365bfe7283c970032e1dd7cc to your computer and use it in GitHub Desktop.
Save diamond-lizard/8bf7398c365bfe7283c970032e1dd7cc to your computer and use it in GitHub Desktop.
emacs-libvterm build with -DEMACS_SOURCE=...emacs-26.0.90
% cmake -DEMACS_SOURCE=/home/me/compilation/editors/emacs/emacs/emacs-26.0.90 ..
-- The C compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/me/.emacs.d/dist/emacs-libvterm/build
% make
Scanning dependencies of target vterm-module
[ 25%] Building C object CMakeFiles/vterm-module.dir/vterm-module.c.o
[ 50%] Building C object CMakeFiles/vterm-module.dir/utf8.c.o
[ 75%] Building C object CMakeFiles/vterm-module.dir/elisp.c.o
[100%] Linking C shared library ../vterm-module.so
[100%] Built target vterm-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment