Changeset 1163 for library

Show
Ignore:
Timestamp:
08/27/10 16:53:23 (14 years ago)
Author:
smidl
Message:

doc fixes

Files:
1 modified

Legend:

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

    r983 r1163  
    4949 - working C++ compiler, e.g. gcc on Linux, or Visual Studio on windows 
    5050 - CMake, a cross-platform build system, http://www.cmake.org 
     51 - working Lapack and BLAS libraries 
    5152  
    5253\section lin Linux 
     
    5455All prerequisities are available as binary packages for most distribution. E.g. for debian-based distributions, use 
    5556\code 
    56 apt-get install g++ cmake  
     57apt-get install g++ cmake liblapack libblas-dev 
    5758\endcode 
    5859