mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-12 08:14:07 +00:00
9 lines
273 B
Bash
Executable File
9 lines
273 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo aptitude update
|
|
# BLAS C/Fotran and LAPACK Fortran:
|
|
sudo aptitude install liblapack-dev liblapacke-dev
|
|
# Lapack C via LAPACKE:
|
|
# TODO: how to install on Ubuntu 12.04?
|
|
# The following works only on later Ubuntu
|
|
#sudo aptitude install liblapacke-dev
|