Difference between revisions of "Code:libxdrfile"

From Predictive Chemistry
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 13:50, 17 April 2017

Compiling libxdr

The following sequence will work. It's complicated because the m4 macros that came with the program are old. <source lang="bash">

  1. !/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>