cd /path/to/openbabel
tar xvf openbabel-3-1-1.tar.gz cd openbabel-3.1.1
wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz tar xvf eigen-3.4.0.tar.gz
mkidr build cd build
cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/openbabel/openbabel-3.1.1/eigen-3.4.0 -DCMAKE_INSTALL_PREFIX=/path/to/openbabel/openbabel-3.1.1-install make make install