[go: up one dir, main page]

Menu

Tree [r791] / mia2 /
 History

HTTPS access


File Date Author Commit
 OpenEXR 2008-06-05 gerddie [r791] remove bug in plugin-selection code
 cmake 2008-05-08 gerddie [r786] change to strict IF/ENDIF
 doc 2008-05-09 gerddie [r789] change ignored files
 gui 2008-05-09 gerddie [r789] change ignored files
 idl 2008-05-09 gerddie [r789] change ignored files
 matlab 2008-05-09 gerddie [r788] change ignored files
 mia 2008-06-05 gerddie [r791] remove bug in plugin-selection code
 octave 2007-10-30 gerddie [r675] set linefeed property
 output 2007-10-30 gerddie [r675] set linefeed property
 src 2008-06-05 gerddie [r791] remove bug in plugin-selection code
 testdata 2008-05-09 gerddie [r789] change ignored files
 vistaio 2008-05-09 gerddie [r789] change ignored files
 AUTHORS 2007-10-30 gerddie [r675] set linefeed property
 CMakeLists.txt 2008-05-08 gerddie [r786] change to strict IF/ENDIF
 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 2008-05-08 gerddie [r787] change config files and correct tests
 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 2008-05-08 gerddie [r787] change config files and correct tests
 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>/