Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assuming requirements have been installed, including Alexandria::Library, CDWS is installed again in typical Perl module fashion.

Code Block
languagetext
wget http://alexandria.fairviewresearch.com/software/Alexandria-CDWS-x.x.tar.gz
tar zxvf Alexandria-CDWS-x.x.tar.gz
cd Alexandria-CDWS-x.x
perl Makefile.PL INSTALL_BASE=/opt/fv --alldeps
make
sudo make install

...