Skip to content

Instantly share code, notes, and snippets.

@baoilleach
Last active May 18, 2020 21:14
Show Gist options
  • Save baoilleach/bee67e0b45a7d00b7c45a340404b2147 to your computer and use it in GitHub Desktop.
Save baoilleach/bee67e0b45a7d00b7c45a340404b2147 to your computer and use it in GitHub Desktop.
Linux Mint Cinnamon 17.2 installing Open Babel
sudo apt install cmake g++ libwxgtk3.0-dev
wget http://prdownloads.sf.net/openbabel/openbabel-2.4.1.tar.gz
tar zxf openbabel-2.4.1.tar.gz
cd openbabel-2.4.1
mkdir build
cd build
cmake .. -DENABLE_TESTS=OFF -DBUILD_GUI=ON
make -j3
@amiarka
Copy link

amiarka commented May 18, 2020

as the source is claiming that the version of open babel is 2.4.1.. but after installation it was observed that the version is 2.3.1, which is not same with the claimed version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment