Last active
May 18, 2020 21:14
-
-
Save baoilleach/bee67e0b45a7d00b7c45a340404b2147 to your computer and use it in GitHub Desktop.
Linux Mint Cinnamon 17.2 installing Open Babel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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