Code:libxdrfile
From Predictive Chemistry
Revision as of 12:50, 17 April 2017 by David M. Rogers (talk | contribs) (Created page with "Compiling [http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library libxdr] The following sequence will work. It's complicated because the m4 macros that came wit...")
Compiling libxdr
The following sequence will work. It's complicated because the m4 macros that came with the program are old. <source lang="bash">
- !/bin/sh
tar xzf xdrfile-1.1.4.tar.gz cd xdrfile-1.1.4 rm -f *.m4 autoreconf -f -i ./configure --prefix=$HOME --enable-shared make install </source>