last update: 19 Mar 1999

[home] [index] [contents] [next] [previous]

flex-2.5.4



3.1 DownLoad
http://ftp.digital.com/pub/GNU/flex-2.5.4a.tar.gz
ftp://ftp.iij.ad.jp/pub/GNU/flex-2.5.4a.tar.gz

3.2 Install
Para compilar flex e instalarlo en /usr/local/bin, hay que ejecutar los siguientes comandos:.
    % cd /usr/local
    % gzip -cd flex_2.5.4a.tar.gz | tar xvf -

    % cd /usr/local/flex-2.5.4
    % configure
    % make
    % make ckeck
    % make install

    % ln -s /usr/local/bin/flex /usr/bin/flex
    % ln -s /usr/local/bin/flex /usr/bin/lex

[home] [index] [contents] [next] [previous]