X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=emacs;h=350f9bac55e928149bfb6b183d0255f9db9b016b;hp=62cfc31c9f392f2b4d4a7f5ce40008d1cc0f1c58;hb=b5146b1d1837c386022f7e4ffce52b7e266f3f1f;hpb=7f9d0ee2aef54df823a9d8ece620e3a1882a03ae diff --git a/emacs b/emacs index 62cfc31..350f9ba 100755 --- a/emacs +++ b/emacs @@ -35,6 +35,7 @@ done e() { echo "$*"; "$@"; } +# Og = optmize, but keep gdb working export CFLAGS="-Og -g3" # gawk and attr were no longer automatically installed in stretch @@ -49,6 +50,11 @@ case $(distro-name) in logq pi texlive-dvipng ;;& debian|ubuntu) + # todo: unknown for other distros, this will fail + logq p -y build-dep maildir-utils +# due to autogen error message +p install autoconf-archive + # oddly, on ubuntu 14.04 this installs postfix, but I dun care # ubuntu 14.04 gave this error message # Unable to satisfy the build-depends: Build-Depends: libpng-dev @@ -120,12 +126,19 @@ logq sudo make install s lnf /usr/local/bin/emacs /usr/bin +#git clone https://github.com/djcb/mu +# from its HACKING file +cd /a/opt/mu +./autogen.sh +make +s make install +# note uninstall is implemented logq emacs --batch -l ~/.emacs.d/init.el -l ~/.emacs.d/compile-init-dir.el # as of 01-2017, built-in org mode has a bug that # org-edit-src-exit does not get bound, so using latest -~/bin/buildscripts/org-mode +/a/bin/buildscripts/org-mode if $update; then logq pi bzr