ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
tools:flex:インストール:2.6.4

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


Flexをソースからのインストール

必須ライブラリ

$ wget https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz
$ tar xvf flex-2.6.4.tar.gz
$ cd flex-2.6.4/
$ export LIBTOOLIZE=/opt/libtool/2.4.6/bin/libtoolize 
$ ./autogen.sh 
$ ./configure \
  PATH=\
  /opt/indent/2.2.12/bin:\
  /opt/texinfo/6.7/bin:\
  /opt/help2man/1.47.16/bin:\
  /opt/bison/3.7.4/bin:\
  /opt/m4/1.4.18/bin:\
  ${PATH} \
  --prefix=/opt/flex/2.6.4 \
  CFLAGS='-g -O2 -D_GNU_SOURCE'
$ make
$ make install
tools/flex/インストール/2.6.4.1610534224.txt.gz · 最終更新: 2021/01/13 10:37 by michiya