Installation instructions specific to ABINIT Copyright (C) 2004 The ABINIT Group This file is part of ABINIT. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Please send comments and problem reports to Xavier Gonze . =========================================================================== The instructions are contained in the doc/install_notes directory . You can find instructions in http://www.abinit.org/developers/?text=ab5_10steps In short, if you have bazaar installed, and got one version from the archive, the steps are : (1) ./config/scripts/makemake (or */*/makemake) (2) ./configure (or first create a tmp directory, then cd tmp, then ../configure) (3) ./make (or ./make multi for using 4 proc of an SMP machine) Then you might also need (4) ./make install =========================================================================== This program requires a Standard Fortran 90 compiler; if you have an older Fortran 77-only compiler, please install a Fortran 90 one first. To build the executables you will need at least 400 Mb of free disk space. Running all tests will require more than 2.5 Gb. GNU AUTOTOOLS SUPPORT This version of ABINIT includes full support for the GNU Autotools. If you make changes to the source code and/or the documentation, you may need recent test versions of GNU build tools to regenerate the intermediate files (e.g. Makefile.am, Makefile.in, config.h.in). The following versions were used to generate the intermediate files in this distribution: * GNU Autoconf 2.59 * GNU Automake 1.9 * GNU Libtool 1.5 * GNU M4 1.4 * DocBook-utils 0.6.13 A software bundle is available from the ABINIT website. See http://www.abinit.org/gnu/ for details. Any question regarding the GNU Autotools support inside ABINIT should be directed to Yann Pouillon .