[go: up one dir, main page]

Menu

Tree [r669] / mia2 /
 History

HTTPS access


File Date Author Commit
 OpenEXR 2007-09-04 gerddie [r580] add installation routines
 cmake 2007-09-28 gerddie [r668] review build system
 doc 2007-09-27 gerddie [r667] add documentation for the IDL interface
 idl 2007-09-28 gerddie [r669] update idl tests
 matlab 2007-09-14 gerddie [r626] improve search for idl, boost, and matlab on ms...
 mia 2007-09-28 gerddie [r668] review build system
 octave 2007-08-27 gerddie [r556] change some variables in the Build
 output 2007-06-27 gerddie [r535] remove output directory
 src 2007-09-25 gerddie [r661] add a 2D image creator
 testdata 2007-09-28 gerddie [r668] review build system
 vistaio 2007-09-21 gerddie [r654] Add something to the IDL tests and update build...
 AUTHORS 2007-06-01 gerddie [r491] remove old autotools files
 CMakeLists.txt 2007-09-28 gerddie [r668] review build system
 COPYING 2007-09-04 gerddie [r583] change matlab plugin path
 ChangeLog 2007-03-08 gerddie [r200] initial import
 NEWS 2007-03-08 gerddie [r200] initial import
 README 2007-09-03 gerddie [r573] all tests run and dependencies updated
 config.h.cmake 2007-09-07 gerddie [r600] make the Windows registry key a configuration o...
 mia.pc.cmake 2007-09-03 gerddie [r571] rework the dependecies and configuration
 mia2d.pc.cmake 2007-09-03 gerddie [r571] rework the dependecies and configuration
 mia3d.pc.cmake 2007-09-03 gerddie [r571] rework the dependecies and configuration
 miaconfig.h.cmake 2007-09-03 gerddie [r571] rework the dependecies and configuration
 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>/