From: Michael Bielecki (michael_bielecki_at_sfu.ca)
Date: Mon Aug 03 2020 - 12:33:46 CDT

Make sure the folder with all the plugins is moved to the vmd folder from which you do the installation.

--Mike

________________________________
From: owner-vmd-l_at_ks.uiuc.edu <owner-vmd-l_at_ks.uiuc.edu> on behalf of Keister, Bradley <bkeister_at_UCSD.EDU>
Sent: Monday, August 3, 2020 8:26:34 AM
To: Josh Vermaas
Cc: vmd-l_at_ks.uiuc.edu
Subject: Re: vmd-l: building VMD with Ubuntu 18.04

Hi Josh,

I posted the query because I was trying to build from source, partly because the site only listed RHEL, and RHEL and Ubuntu often have separate dependencies.

I have since followed Alex’s suggestion and downloaded

VMD 1.9.3 for Linux (RHEL 6.x) 64-bit x86_64 w/ SSE, CUD

…and then ran “make install” on that, which installed without a hitch. Since Ubuntu has many users, it might be good to include that in addition to RHEL at the download site.

Brad

On Aug 3, 2020, at 11:18 AM, Josh Vermaas <joshua.vermaas_at_gmail.com<mailto:joshua.vermaas_at_gmail.com>> wrote:

Hi Bradley,

Are you trying to build from source, or just install a precompiled executable? The precompiled executable *is* just a "make install" away, but that definitely isn't true for compiling from source. I've packaged VMD for Ubuntu, so it is possible to compile from source, but I do recall it being a bit of trial and error the first time I did it.

-Josh

On Mon, Aug 3, 2020 at 8:37 AM Keister, Bradley <bkeister_at_ucsd.edu<mailto:bkeister_at_ucsd.edu>> wrote:
Looking at the distribution, I don’t see a Makefile option for Ubuntu, only Red Hat and other distributors. Is there such an option?

When I try ‘make’, I get a steady stream of errors regarding missing packages. The latest error concerns missing XInput.h. Since running make stops at each such failure point, I don’t know how many more there will be.

Has anyone found a way to build this on Ubuntu? There are at least three YouTube videos that simply state that you type “sudo make install” and nothing else. Those don’t work for me.