【Google Compute Engine】【Ubuntu 22.04】開発環境インストール/microEmacs UTF-8のビルド

開発ツールのインストール

$ sudo apt install build-essential gcc g++ make libtool
$ sudo apt install ncurses-dev

ソース入手とコンパイル、インストール

$ git clone https://github.com/paaguti/mg3a.git
$ cd mg3a
$ autoreconf -i
$ ./configure
$ make
$ sudo make install