[go: up one dir, main page]

Menu

Tree [r743] / mia2 /
 History

HTTPS access


File Date Author Commit
 OpenEXR 2007-10-30 gerddie [r675] set linefeed property
 cmake 2008-01-09 gerddie [r716] add an 2d fft plugin kernel class
 doc 2007-10-30 gerddie [r675] set linefeed property
 idl 2007-10-30 gerddie [r675] set linefeed property
 matlab 2007-12-03 gerddie [r701] adapt changes to windows and add boost DLLs to ...
 mia 2008-01-21 gerddie [r743] unify transformations
 octave 2007-10-30 gerddie [r675] set linefeed property
 output 2007-10-30 gerddie [r675] set linefeed property
 src 2008-01-18 gerddie [r738] add a stand alone plugin test
 testdata 2007-11-30 gerddie [r697] add some things to ignore
 vistaio 2007-12-04 gerddie [r703] add attribute io to vista
 AUTHORS 2007-10-30 gerddie [r675] set linefeed property
 CMakeLists.txt 2008-01-09 gerddie [r717] add 2d fft plugin basics
 COPYING 2007-09-04 gerddie [r583] change matlab plugin path
 ChangeLog 2007-10-30 gerddie [r675] set linefeed property
 NEWS 2007-03-08 gerddie [r200] initial import
 README 2007-10-30 gerddie [r675] set linefeed property
 config.h.cmake 2007-10-30 gerddie [r675] set linefeed property
 mia.pc.cmake 2007-10-30 gerddie [r675] set linefeed property
 mia2d.pc.cmake 2007-10-30 gerddie [r675] set linefeed property
 mia3d.pc.cmake 2007-10-30 gerddie [r675] set linefeed property
 miaconfig.h.cmake 2007-10-30 gerddie [r675] set linefeed property
 miacore.pc.in 2007-03-08 gerddie [r201] transitition to mia, all checks work

Read Me

INSTALLATION

REQUIREMENTS: 
  cmake >= 2.4.7
  BOOST >= 1.34.0
  ANSI C++ compiler -
	GNU g++ >= 3.3
        INTEL icpc >9.0 (tested) 
        MS Visual C++ 2005  (tested) 
        
SUPPORTED Platforms: 

OPTIONAL:
  libTIFF 
  libpng 
  OpenEXR 
  MatLab (7.1)
  IDL ( >= 6.0)
  

COMPILE: 
on MAC OSX, LINUX, (and UNIX): 
  cmake -DCMAKE_INSTALL_PREFIX=<install path> <path to mia2 source root>
  make 

  TESTING: 
    make test 

  INSTALLATION:
    make install 


on MS Windows: 
  cmake  -DCMAKE_INSTALL_PREFIX=<install path> -G "NMake Makefiles" <path to mia2 source root>
  nmake 
or 
  CMakeSetup + Compile in Visual Studio

  


Specifics about using MIA with matlab on GCC compiled systems: 

To use MIA with MatLab, it needs to be compiled with the same C++ ABI 
  version Matlab was compiled with. 
Specificall, MIA and BOOST should link to the very same version of libstdc++.
In case of MatLab 7.1 this is libstdc++.so.5. 
One also should remove the libraries libstdc++.so.* and libgcc_s.so.*  that are provided 
by MatLab and use the system wide ones - these libraries usually reside in 
<MatLab-ROOT>/sys/os/<YourOS>/