ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
tools:m4:インストール:1.4.18

文書の過去の版を表示しています。


m4をソースからインストール

インストール

$ wget https://ftp.gnu.org/pub/gnu/m4/m4-1.4.18.tar.gz 
$ tar xvf m4-1.4.18.tar.gz 
$ cd m4-1.4.18
$ mkdir build
$ cd build
$ ../configure --prefix=/opt/m4/m4-1.4.18
$ make
$ make install

環境変数

$ export PATH=/opt/m4/m4-1.4.18/bin:${PATH}

スクリプトやコピペ用

export M4_TARGET=/opt/m4/m4-1.4.18
wget https://ftp.gnu.org/pub/gnu/m4/m4-1.4.18.tar.gz 
tar xvf m4-1.4.18.tar.gz 
cd m4-1.4.18
mkdir build
cd build
../configure --prefix=${M4_TARGET}
make
make install
unset M4_TARGET
tools/m4/インストール/1.4.18.1610518385.txt.gz · 最終更新: 2021/01/13 06:13 by michiya