From 48a61e9dcb1a8eb2e0873601a93e7ba950e9db7f Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 10 Mar 2016 10:01:50 -0300 Subject: Updated README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5439d67..82449d3 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ CMake *should* automatically find all the mentioned libraries under normal circumstances (not Windows). ## Windows -On Windows, Armadillo should be installed in `C:\Program Files (x86)\Armadillo`. -Also remember to build `armadillo.lib` instead of the default `armadillo.dll`. +On Windows, Armadillo should be installed in `C:\Program Files (x86)\Armadillo` +(this is where CMake usually looks for Armadillo). Also remember to build +`armadillo.lib` instead of the default `armadillo.dll`. # Building -Assuming the current directory is the source folder: +Assuming the current directory is the root of this project: mkdir build cd build -- cgit v1.2.3