Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 535 Bytes

readme.md

File metadata and controls

29 lines (24 loc) · 535 Bytes

Please note that there are some features depend on the gcc 11 feature. So you should make sure at least you have the gcc 11

To check the version:

gcc --version

If you see any version lower than 11, you should update your gcc version:

sudo apt update
sudo apt install gcc-11 g++-11
sudo apt upgrade libstdc++6

Otherwise, you can just skip this step.

install

conda env create -f env.yml
conda activate vmdplugin

build

mkdir build
cd build
cmake ..
make && make install