summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-12-09 17:16:48 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-12-09 17:17:03 +0100
commit59ee208239f77eee663bc688ce48c7a80b583d8d (patch)
tree0df4e84731019a1e802d04ecf93599af0ec130f7 /README.md
parent472758f3b13844b3c9d6488a9359a62559443da8 (diff)
downloadastra-59ee208239f77eee663bc688ce48c7a80b583d8d.tar.gz
astra-59ee208239f77eee663bc688ce48c7a80b583d8d.tar.bz2
astra-59ee208239f77eee663bc688ce48c7a80b583d8d.tar.xz
astra-59ee208239f77eee663bc688ce48c7a80b583d8d.zip
Mention VS redistributable
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2cf7081..20f87ac 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,10 @@ See the MATLAB and Python code samples in samples/ and on http://www.astra-toolb
### Windows, binary
-Add the mex and tools subdirectories to your MATLAB path, or copy
-the Python astra module to your Python site-packages directory.
+Add the mex and tools subdirectories to your MATLAB path, or copy the Python
+astra module to your Python site-packages directory. We require the Microsoft
+Visual Studio 2015 redistributable package. If this is not already installed on
+your system, it is included as vc_redist.x64.exe in the ASTRA zip file.
### Linux, from source