Skip to content

vmd plugin installation to support lm file generated by Lattice Microbe

License

Notifications You must be signed in to change notification settings

forxhunter/LMVMDPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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    

About

vmd plugin installation to support lm file generated by Lattice Microbe

Resources

License

Stars

Watchers

Forks