Now, however, emacs 25.1 is out, and a birdy is telling me it won't be built for FC22. Few choices but to build it myself (I'd already done it back in FC15 days): it turns out that it is pretty staightforward on my main box:
# wget http://mirror2.hs-esslingen.de/fedora/linux/updates/24/SRPMS/e/emacs-25.1-0.3.rc2.fc24.src.rpm
# dnf builldep emacs
# dnf builddep emacs
# sudo dnf builddep emacs
# rpm --install emacs-25.1-0.3.rc2.fc24.src.rpm
# cd ~/rpmbuild/RPMS/SPECS/
# dnf install webkitgtk3-devel
# rpmbuild -bb emacs.spec
# cd ../RPMS/
# dnf update */*.rpm
No comments:
Post a Comment