- Timestamp:
- 08/27/10 16:53:23 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/tutorial/000install.dox
r983 r1163 49 49 - working C++ compiler, e.g. gcc on Linux, or Visual Studio on windows 50 50 - CMake, a cross-platform build system, http://www.cmake.org 51 - working Lapack and BLAS libraries 51 52 52 53 \section lin Linux … … 54 55 All prerequisities are available as binary packages for most distribution. E.g. for debian-based distributions, use 55 56 \code 56 apt-get install g++ cmake 57 apt-get install g++ cmake liblapack libblas-dev 57 58 \endcode 58 59