Emacs 29.3 と 開発版 のビルド

29.3のビルド

Emacs 29.3がリリースされていた。今回はemergency maintenance releasとのこと。GNU Emacs NEWS — history of user-visible changes.

今までと同様にbuildしておく:

wget http://ftp.jaist.ac.jp/pub/GNU/emacs/emacs-29.3.tar.xz
tar xvf emacs-29.3.tar.xz
cd emacs-29.3
./autogen.sh
./configure --with-native-compilation --with-json --with-tree-sitter --with-imagemagick --with-xwidgets
make --jobs=4
sudo make -n install
sudo make  install

開発版のビルド

同様に開発版もビルドしてみる。

これも同様にビルドできるが、make bootstrap を実行しないとエラーになる。さらに、”–with-json”のオプションはないらしい。

git clone git://git.savannah.gnu.org/emacs.git
cd emacs
./autogen.sh
./configure --with-native-compilation  --with-tree-sitter --with-imagemagick --with-xwidgets
make bootstrap
make
sudo make -n install
sudo make  install

Adsense広告