diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-10 10:01:50 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-10 10:01:50 -0300 |
commit | 48a61e9dcb1a8eb2e0873601a93e7ba950e9db7f (patch) | |
tree | b5375c40faabd314f632ad6b15121ce75617c965 | |
parent | bef8b6c9be701eb1c3dde9d80f24729b88c9aaca (diff) |
Updated README.
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |