farpenoodle / StreamControl

StreamControl
http://www.farpnut.net/streamcontrol
Other
75 stars 32 forks source link

New version for High DPI displays #21

Closed thomas-vt closed 7 years ago

thomas-vt commented 7 years ago

Running into similar issue as https://github.com/farpenoodle/StreamControl/issues/17

Would it be possible to have newer version exe (for Windows) available on your website with fix.

thomas-vt commented 7 years ago

Was able to compile. Compilation instructions below,

  1. Install QtCreator (qt-unified-windows-x86-2.0.5-1-online.exe) - http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe

  2. Install MinGW - https://sourceforge.net/projects/mingw/files/ - mingw-get-setup.exe (Install MSYS, Basic and C++)

  3. Add path to env eg: D:\Qt\5.8\mingw53_32\bin;D:\MinGW\bin;D:\MinGW\msys\1.0\bin

  4. Download Streamcontrol from Github

  5. cd D:\StreamControl\StreamControl-master\StreamControl-master\StreamControl (location of StreamControl.pro) qmake && make (exe is generated in release subfolder)