ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
tools:bison:インストール:3.7.4

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


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

依存ライブラリ

手順

$ wget https://ftp.gnu.org/gnu/bison/bison-3.7.4.tar.gz
$ tar xvf bison-3.7.4.tar.gz
$ cd bison-3.7.4/
$ mkdir build
$ cd build
$ PATH=/opt/m4/m4-1.4.18/bin:${PATH} \
  ../configure --prefix=/opt/bison/3.7.4
$ make
$ make install

環境変数

$ export PATH=/opt/bison/3.7.4/bin:${PATH}
$ export LD_LIBRARY_PATH=/opt/bison/3.7.4/lib:${LD_LIBRARY_PATH}
tools/bison/インストール/3.7.4.1610523695.txt.gz · 最終更新: 2021/01/13 07:41 by michiya