Skip to content

SEALABQualityGroup/V5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install (OLD)

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

How to install (NEW)

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

Docker

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>

Releases

No releases published

Packages

No packages published

Languages

  • OpenEdge ABL 42.9%
  • C++ 32.6%
  • PostScript 9.6%
  • HTML 6.3%
  • C 5.2%
  • TeX 1.4%
  • Other 2.0%