From c510a11f776b99f6e793a3fd135d2745313cb72c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Nov 2016 22:54:32 +1100 Subject: [PATCH] Correct typo --- doc/how_to_build_linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/how_to_build_linux.md b/doc/how_to_build_linux.md index 01c0bb88..a6d3efe6 100644 --- a/doc/how_to_build_linux.md +++ b/doc/how_to_build_linux.md @@ -20,7 +20,7 @@ $ sudo apt-get install build-essential git cmake pkg-config libboost-all-dev qt5 ``` Notes: -* It's possible we also need libgsl2 (or maybe libopenbias-dev) +* It's possible we also need libgsl2 (or maybe libopenblas-dev) ### Installing required packages on RedHat / CentOS @@ -48,7 +48,7 @@ $ yaourt -S superlu ``` Notes: -* ArchLinux had BLAS splitted in blas and cblas +* ArchLinux had BLAS split into blas and cblas ### Installing required packages on openSUSE