About McIDAS         McIDAS-V        
   

McIDAS-XRD 2007
Software and Instructions

McIDAS-XRD version 2007 was distributed 25 May 2007, and must be built and installed after McIDAS-X version 2007 (or later) is installed.

You can obtain the McIDAS-XRD files through this web page using your site's login and password (which was also listed on the cover letter that was enclosed with the May 2007 upgrade package mailed to your site coordinator). If you do not know the login and password, ask your site coordinator. If you have a problem obtaining these files via the web, ask your site coordinator to contact the McIDAS Help Desk by e-mail or by phone at (608) 262-2455.

Complete the following steps to obtain and install the McIDAS-XRD software.

  1. Download the following three files to the ~mcidas directory on your McIDAS-X workstation.
    File name Size Description
    mcxrd2007.sh 3 KB shell script that does the build/install
    mcxrd2007.sp 0.9 KB disk space requirements file used by mcxrd2007.sh
    mcxrd2007.tar.Z 42 MB compressed tar file containing the source and data files
  2. Log on to the workstation as mcidas. Run all commands below from the ~mcidas directory.
  3. Build McIDAS-XRD 2007 using the appropriate command below from a Unix command prompt.

    If you are using the default (vendor) compilers,

    Type: sh ./mcxrd2007.sh make

    If you are using gcc/g77 compilers,

    Type: sh ./mcxrd2007.sh -gcc make

    After the build is completed, go to step 4 if a previous version of McIDAS-XRD is installed. Go to step 5 if this is the initial installation of McIDAS-XRD.

  4. Uninstall the previous version of McIDAS-XRD with the command below, replacing version# with the number of the version (e.g., 2006).
    Type: sh ./mcxrdversion#.sh uninstall
  5. Install McIDAS-XRD 2007.
    Type: sh ./mcxrd2007.sh install

Once these steps are completed, you should be able to run any of the commands included in the McIDAS-XRD 2007 package. If a previous version of McIDAS-XRD was installed, it should be removed after version 2007 is installed, tested, and working properly. Run the commands below to remove it, replacing version# with the number of the version (e.g., 2006).

Type: sh ./mcxrdversion#.sh unmake
Type: rm mcxrdversion#.sh
Type: rm mcxrdversion#.sp
Type: rm mcxrdversion#.tar.Z
McIDAS Home