Difference between revisions of "Installation Instructions"

From LIBISIS
Jump to navigation Jump to search
m
Line 3: Line 3:
 
Installation for '''developers'''
 
Installation for '''developers'''
  
1) Install [http://download.nexusformat.org/kits/windows/ Nexus Library ]
+
# Install [http://download.nexusformat.org/kits/windows/ Nexus Library ]
  
2) Install MS Visual Studio .NET 2003 and Intel Fortran with MS visual studio extensions
+
# Install MS Visual Studio .NET 2003 and Intel Fortran with MS visual studio extensions
  
3) Install Matlab
+
# Install Matlab
  
4) Set Environment Variables IFORTDIR and MATLABDIR to your Intel Fortran and Matlab directories respectively eg..
+
# Set Environment Variables IFORTDIR and MATLABDIR to your Intel Fortran and Matlab directories respectively eg..
  
 
  IFORTDIR=C:\Program Files\Intel\Compiler\Fortran\9.1\IA32
 
  IFORTDIR=C:\Program Files\Intel\Compiler\Fortran\9.1\IA32
 
  MATLABDIR=c:\MATLAB\R2007a
 
  MATLABDIR=c:\MATLAB\R2007a
  
5) Download source code from the [[SubversionServer]]
+
# Download source code from the [[SubversionServer]] by:
 +
 
 +
## Downloading [http://tortoisesvn.tigris.org/ TortoiseSVN] and installing it.
 +
 
 +
## On windows - right click an empty folder you want to put the files (e.g. c:/libisis) and click on "SVN Checkout"
 +
 
 +
## In the "URL of repository" box, enter the web address [http://svn.libisis.org/code/trunk] and click ok.
  
 
6) Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'
 
6) Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'

Revision as of 16:09, 2 September 2008

Windows Systems

Installation for developers

  1. Install Nexus Library
  1. Install MS Visual Studio .NET 2003 and Intel Fortran with MS visual studio extensions
  1. Install Matlab
  1. Set Environment Variables IFORTDIR and MATLABDIR to your Intel Fortran and Matlab directories respectively eg..
IFORTDIR=C:\Program Files\Intel\Compiler\Fortran\9.1\IA32
MATLABDIR=c:\MATLAB\R2007a
  1. Download source code from the SubversionServer by:
    1. Downloading TortoiseSVN and installing it.
    1. On windows - right click an empty folder you want to put the files (e.g. c:/libisis) and click on "SVN Checkout"
    1. In the "URL of repository" box, enter the web address [1] and click ok.

6) Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'