Comment 3 for bug 1903712

Revision history for this message
Shi (tao1992) wrote :

1、install re2c。[url:http://re2c.org/index.html]
tar -xvzf re2c-1.0.3.tar.gz
    cd re2c-1.0.3/
    autoreconf -i -W all
    ./configure
    make&&make install
2、git clone git://github.com/ninja-build/ninja.git && cd ninja
    ./configure.py --bootstrap
    cp ninja /usr/bin/

[root@aix7 ~]# ninja --version
1.10.2.git