Code:libxdrfile

From Predictive Chemistry
Revision as of 13: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>