Code:libxdrfile

From Predictive Chemistry
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>