Skip to content

Commit db9d177

Browse files
committed
Documentation: Fix indentation in linux install guide
1 parent 0070c21 commit db9d177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD-LINUX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sudo apt -y install liblapack3 liblapack-dev libblas3 libblas-dev
5252
- Open a terminal and change to `CADET-Core/build`
5353
- If using MKL, execute `export MKLROOT=/opt/intel/mkl`
5454
- To compile:
55+
5556
- Using standard LAPACK: Execute `cmake -DCMAKE_INSTALL_PREFIX="../install" ../`
5657

5758
- Using MKL (sequential): Execute `cmake -DCMAKE_INSTALL_PREFIX="../install" -DBLA_VENDOR=Intel10_64lp_seq ../`

0 commit comments

Comments
 (0)