From 9800fe428e7e6de1bfb0eb6321a4ff230bc1df29 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 13 Nov 2020 14:01:34 +1000 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5a93ced..c3df599a 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ use the following command: Otherwise, if you want to use Armadillo without installation (ie. without the Armadillo runtime library), use the following command: - g++ prog.cpp -o prog.cpp -O2 -I /home/blah/armadillo-7.200.3/include -DARMA_DONT_USE_WRAPPER -lopenblas + g++ prog.cpp -o prog -O2 -I /home/blah/armadillo-7.200.3/include -DARMA_DONT_USE_WRAPPER -lopenblas The above command assumes that the armadillo archive was unpacked into /home/blah/ The command needs to be adjusted if the archive was unpacked into a different directory