AVOGADRO
Installation
- Windows Binary Installation
- Mac Binary Installation
- Ubuntu 20.04 Binary Installation
- Windows ORCA Compatible Installation
- Download here after creating an ORCA user account (free)
- Other Linux Installation
- Clone the repository:
git clone --recursive git://github.com/OpenChemistry/openchemistry.git
- Prerequisites:
- C++ Compiler that supports C++11
- Centos 7:
sudo yum install centos-release-scl
sudo yum install devtoolset-9
- Enable scl by default:
echo "source /opt/rh/devtoolset-9/enable" >> ~/.bashrc
- Restart the terminal
- OpenGL
- Centos:
sudo yum install freeglut-devel
- Qt 5.6 or higher
- Centos:
sudo yum install qt5-qtbase-devel
- CMake 3.3 or higher
- Centos:
sudo yum install cmake3
- LibXML:
- Centos:
sudo yum install libxml2-devel
mkdir openchemistry-build
cd openchemistry-build
cmake ../openchemistry
cmake --build . --config Release