Installation

Pre-built distribution

Please go here to download pre-built distributions.

Build AMO from source code

# For local use ONLY
mkdir build && cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_CCACHE=ON \
-DUSE_PLOT=ON \
-DUSE_PYMOL=ON \
-DUSE_TORCH=ON \
-DUSE_OPENMP=ON \
..
make
make install

Last updated