Difference between revisions of "Installation Instructions"

From LIBISIS
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
Installation for '''developers'''
 
Installation for '''developers'''
  
# Install [http://download.nexusformat.org/kits/windows/ Nexus Library ]
+
* Install [http://download.nexusformat.org/kits/windows/ Nexus Library ]
# 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
# Install Matlab
+
* Install Matlab
# Set Environment Variables IFORTDIR and MATLABDIR to your Intel Fortran and Matlab directories respectively eg.. <pre>IFORTDIR=C:\Program Files\Intel\Compiler\Fortran\9.1\IA32 <br><br> MATLABDIR=c:\MATLAB\R2007a</pre>
+
* Set Environment Variables IFORTDIR and MATLABDIR to your Intel Fortran and Matlab directories respectively eg..
# Download source code from the [[SubversionServer]] by:
+
  IFORTDIR=C:\Program Files\Intel\Compiler\Fortran\9.1\IA32  
## Downloading [http://tortoisesvn.tigris.org/ TortoiseSVN] and installing it.  
+
  MATLABDIR=c:\MATLAB\R2007a</pre>
## On windows - right click an empty folder you want to put the files (e.g. c:/libisis) and click on "SVN Checkout"  
+
* Download source code from the [[SubversionServer]] by:
## In the "URL of repository" box, enter the web address http://svn.libisis.org/code/trunk and click ok.  
+
** Downloading [http://tortoisesvn.tigris.org/ TortoiseSVN] and installing it.  
# Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'
+
** 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.  
 +
* Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'
 +
 
 +
 
 +
For advanced options (i.e. how to submit work back to the SVN server) see [[SubversionServer|here]]

Revision as of 16:14, 2 September 2008

Windows Systems

Installation for developers

  • Install Nexus Library
  • Install MS Visual Studio .NET 2003 and Intel Fortran with MS visual studio extensions
  • Install Matlab
  • 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

  • Download source code from the SubversionServer by:
    • Downloading 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.
  • Open the libisisexc.sln file in MS Visual Studio .NET 2003 and 'Build Solution'


For advanced options (i.e. how to submit work back to the SVN server) see here