From 8fff02659f2136cc5aa77f3d9e54f5b28ee52db5 Mon Sep 17 00:00:00 2001 From: Thiago Santini Date: Sat, 20 Feb 2016 14:07:51 +0100 Subject: [PATCH] Adds locations information --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ed22d0..06bafb0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ WHICH EYE TRACKERS ARE SUPPORTED? RUNNING: + Binaries can be downloaded at: + www.ti.uni-tuebingen.de/perception + Prior to running, make sure you have the Visual C++ 2012 x86 run-time components installed. If not, you can install them by running vcredist_x86.exe or downloading the installer directly from Microsoft at: @@ -40,6 +43,9 @@ RUNNING: BUILDING: + The EyeRec repository is located at: + https://atreus.informatik.uni-tuebingen.de/santini/EyeRec + Currently, the building is in the form of a QtCreator project (EyeRec.pro) The particulars of the test build system we use are: -- GitLab