Changeset 305 for doc/local

Show
Ignore:
Timestamp:
04/08/09 16:23:36 (16 years ago)
Author:
smidl
Message:

doc

Location:
doc/local
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • doc/local/install.dox

    r302 r305  
    3131apt-get install g++ cmake libitpp-dev  
    3232\endcode 
     33 
     34\note If you want to use mex files, you need to build IT++ from sources using the classi configure;make;make install.  
     35The necessary flags for configure for mex compilation are in file linux/configure_itpp. 
    3336 
    3437Compile the BDM library and its applications using  
  • doc/local/install.dox~

    r302 r305  
    2222You need to have the following tools available on your system: 
    2323\li working C++ compiler, e.g. gcc on Linux, or Visual Studio on windows 
    24 \li CMake a cross-platform build system, http://www.cmake.org 
     24\li CMake, a cross-platform build system, http://www.cmake.org 
    2525\li ITPP library, http://itpp.sourceforge.net/ which is a part of all major linux distributions, for its installation on Windows, see Section Windows. 
    2626  
     
    3131apt-get install g++ cmake libitpp-dev  
    3232\endcode 
     33 
     34\note If you want to use mex files, you need to build IT++ from sources using the classi configure;make;make install.  
     35The necessary flags for configure for mex compilation are in file linux/configure_itpp. 
     36 
    3337 
    3438Compile the BDM library and its applications using  
     
    5559make sure to set your PATH environment variable: 
    5660\code 
    57  Path = %PATH%; <mixpp_dir>\win32\dll 
     61 Path = %PATH%; <bdm_dir>\win32\dll 
    5862\endcode 
    5963Otherwise you will not be able to run any programs.