lundi 6 décembre 2021

Installing Armadillo on macOS with homebrew

I am trying to install Armadillo with Homebrew with

brew install armadillo

but when I try to compile with

g++ example.cpp -o example -std=c++11 -O2 -larmadillo

it gives the following error:

fatal error: 'armadillo' file not found

How can I solve this problem?

Aucun commentaire:

Enregistrer un commentaire