sudo apt install build-essential autotools-dev automake libtool flex bison
git clone https://github.com/SEALABQualityGroup/V5.git
cd V5/lqiolib
autoreconf -vif
./configure
make
sudo make install
cd ../lqx
autoreconf -vif
./configure
make
sudo make install
cd ../lqns
autoreconf -vif
./configure
make
sudo make install
sudo ldconfig
ldd /usr/local/bin/lqns
sudo apt install build-essential autotools-dev automake libtool flex bison fig2dev libexpat1-dev
git clone https://github.com/SEALABQualityGroup/V5.git
cd V5
autoreconf -vif
./configure
make
sudo make install
sudo ldconfig
ldd /usr/local/bin/lqns
git clone --depth 1 https://github.com/SEALABQualityGroup/V5.git
cd V5
docker build -t lqns .
docker run --rm lqns lqns -P cycles=yes -P stop-on-message-loss=false <lqn.xml>