From 266a03de8fa991b1dfceb433463ed92c0329e795 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sun, 1 Mar 2020 11:13:18 +0000 Subject: [PATCH] AttysComm leftover --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b2f8a1..9c2fdf0 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,16 @@ The file format can be comma separated or tab separated for saving. UDP is alway ## Requires * QT5 * IIR1 libaray (https://github.com/berndporr/iir1) -* AttysComm (https://github.com/glasgowneuro/AttysComm) +* attys-comm (https://github.com/glasgowneuro/attys-comm) * Tested BT dongles which work with more than one Attys: ASUS-BT400 and Belkin (Broadcom chipset) ## Compile under Windows * Install: Visual Studio 2017 community edition * clone iir1 in your root directory: https://github.com/berndporr/iir1 and compile it (release version) -* Download the open source version of QT5, 64 bits for visual C++ 2015/2017 from www.qt.io. -* git clone https://github.com/glasgowneuro/AttysComm.git and compile it +* Download the open source version of QT5, 64 bits for visual C++ 2017 from www.qt.io. +* git clone https://github.com/glasgowneuro/attys-comm.git and compile it * git clone https://github.com/glasgowneuro/attys-scope.git -* Edit attys-scope.pro and adjust the path variables so that they point to AttysComm and the IIR libary +* Edit attys-scope.pro and adjust the path variables so that they point to attys-comm and the IIR libary * "qmake -tp vc" and then re-target the project (right click on attys_scope in the Solutions Explorer -> Retarget Projects) * Open the .sln file * Build solution