Skip to content

Commit

Permalink
AttysComm leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Mar 1, 2020
1 parent f7f7056 commit 266a03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 266a03d

Please sign in to comment.