- Timestamp:
- 04/08/09 16:23:36 (16 years ago)
- Location:
- doc/local
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/local/install.dox
r302 r305 31 31 apt-get install g++ cmake libitpp-dev 32 32 \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. 35 The necessary flags for configure for mex compilation are in file linux/configure_itpp. 33 36 34 37 Compile the BDM library and its applications using -
doc/local/install.dox~
r302 r305 22 22 You need to have the following tools available on your system: 23 23 \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.org24 \li CMake, a cross-platform build system, http://www.cmake.org 25 25 \li ITPP library, http://itpp.sourceforge.net/ which is a part of all major linux distributions, for its installation on Windows, see Section Windows. 26 26 … … 31 31 apt-get install g++ cmake libitpp-dev 32 32 \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. 35 The necessary flags for configure for mex compilation are in file linux/configure_itpp. 36 33 37 34 38 Compile the BDM library and its applications using … … 55 59 make sure to set your PATH environment variable: 56 60 \code 57 Path = %PATH%; < mixpp_dir>\win32\dll61 Path = %PATH%; <bdm_dir>\win32\dll 58 62 \endcode 59 63 Otherwise you will not be able to run any programs.