aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-10 10:01:50 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-10 10:01:50 -0300
commit48a61e9dcb1a8eb2e0873601a93e7ba950e9db7f (patch)
treeb5375c40faabd314f632ad6b15121ce75617c965
parentbef8b6c9be701eb1c3dde9d80f24729b88c9aaca (diff)
Updated README.
-rw-r--r--README.md7
1 files 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