In order to obtain a copy of the codes available from the repository follow these steps:
git clone dist@quantum.utep.edu:nrlmol.git
this connects to the user account called dist in our server quantum.utep.edu and gets the code contained in the repository called nrlmol.git.Once this finishes, You should have a directory called nrlmol that will contain the latest copy of NRLMOL.
Now you have to modify the file called Makefile to adjust it to the system where you will be running the code, the options to modify are:
Once you modify it, you just need to execute the command make
to compile and build the executable.
To obtain the latest copy of the gui, execute: git clone dist@quantum.utep.edu:gui.git
which "clones" into a directory called gui containing a single file with the extension .jar
You run this file with java -jar Filename.jar
where Filename is the name of the .jar file.