Changeset 837 for library/doc

Show
Ignore:
Timestamp:
02/23/10 17:53:40 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/tutorial/000install.dox

    r782 r837  
    3333\li working C++ compiler, e.g. gcc on Linux, or Visual Studio on windows 
    3434\li CMake, a cross-platform build system, http://www.cmake.org 
    35 \li ITPP library, http://itpp.sourceforge.net/ which is a part of all major linux distributions, for its installation on Windows, see Section Windows. 
    3635  
    3736\section lin Linux 
     
    3938All prerequisities are available as binary packages for most distribution. E.g. for debian-based distributions, use 
    4039\code 
    41 apt-get install g++ cmake libitpp-dev  
     40apt-get install g++ cmake  
    4241\endcode 
    43  
    44 \note If you want to use mex files, you need to build IT++ from sources using the classi configure;make;make install.  
    45 The necessary flags for configure for mex compilation are in file linux/configure_itpp. 
    4642 
    4743Compile the BDM library and its applications using  
     
    5955Make sure you have cmake installed. 
    6056 
    61 Expert users are advised to download and compile their ITPP version following a guide on :  
    62 http://itpp.sourceforge.net/current/installation.html 
     57We are including latest stable code from IT++ which requires a implementation of BLAS and LAPACK routines.  
     58The most convenient library is ACML which can be downloaded from AMD. 
    6359 
    6460For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 
     
    8177  and run it. 
    8278 
     79 * Alternatively, you can run CMake GUI and specify address to your \<bdm_dir\> 
     80 
     81 
    8382 * It should generate build files for your compiler in the main BDM  
    8483  directory 
     
    9089\section mac Mac OS X 
    9190 
    92 All prerequisities for Mac OS X are avaliable except for ITPP, make sure you have them installed. 
     91All prerequisities for Mac OS X are avaliable, make sure you have them installed. 
    9392 
    94 However, its compilation is straightforward.  
    95  
    96  1. Download the latest stable release from http://itpp.sourceforge.net 
    97  2. Compile it using script system/mac/itpp_compile.sh 
    98  
    99 The default cmake configuration is looking for itpp in directory mac/itpp, make sure you have symlinks to this directory. 
    100  
    101 If itpp compilation is successfull, you can run Cmake. Fill in the paths to your BDM directory, run Configure followed by Create. 
     93Right now, Cmake configuration is hard-coded for one testing machine. Look for the paths in SetBDMEnv.cmake and correct them. 
     94Open CMake GUI, clisk Configure followed by Create. 
    10295Configuration files for your favourite build environment should be created in the BDM directory. 
    10396