mirror of
https://github.com/LCPQ/DEHam
synced 2024-12-22 04:13:44 +01:00
removed tabs after merge
This commit is contained in:
parent
91471cf823
commit
f13054d927
12
README.md
12
README.md
@ -19,12 +19,12 @@ _Compiling_
|
||||
|
||||
1. Export environment variables for PETSc and SLEPc
|
||||
|
||||
```shell
|
||||
export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
|
||||
export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
|
||||
export C_INCLUDE_PATH+=:$PETSC_DIR/include/:$SLEPC_DIR/include:$PETSC_DIR/arch-linux2-c-debug/include/:$SLEPC_DIR/arch-linux2-c-debug/include
|
||||
# The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure.
|
||||
```
|
||||
```shell
|
||||
export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
|
||||
export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
|
||||
export C_INCLUDE_PATH+=:$PETSC_DIR/include/:$SLEPC_DIR/include:$PETSC_DIR/arch-linux2-c-debug/include/:$SLEPC_DIR/arch-linux2-c-debug/include
|
||||
# The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure.
|
||||
```
|
||||
|
||||
|
||||
2. Make the executable
|
||||
|
Loading…
Reference in New Issue
Block a user