Skip to content

Commit

Permalink
Update Installation.md (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangir-azerbayev authored Feb 28, 2024
1 parent e8687f4 commit 66a4493
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ arch -arm64 brew install wget cmake llvm open-mpi libomp glm glew

# on Mac x86_64 (Intel)
brew install wget cmake llvm open-mpi libomp glm glew

# on Conda. Useful when you don't have sudo permissions
conda install conda-forge::gxx=11.4.0 mesalib glew glm menpo::glfw3
export C_INCLUDE_PATH=$CONDA_PREFIX/include:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=$CONDA_PREFIX/include:$CPLUS_INCLUDE_PATH
export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
```

### Installation
Expand Down

0 comments on commit 66a4493

Please sign in to comment.