HAVIT Magic Eagle mouse configuration utility.
This program is not an official utility from the product vendor.
It is strongly recommended to use the software from the official website: http://www.havit.hk/downloads/
Use this utility only if your system is not supported by the manufacturer, or if you need some extra features that the official software does not provide.
Absolutely no warranty. Perhaps (and in some cases definitely), the device will be broken. To restore the device from the "brick" state follow the instructions.
- Magic Eagle is a registered trademark of HAVIT Group.
sudo add-apt-repository ppa:pbludov/ppa && sudo apt-get update && sudo apt-get install hv-ms735-config
brew cask install https://raw.githubusercontent.com/pbludov/hv-ms735-config/master/hv-ms735-config.rb
cinst hv-ms735-config
Also, binary packages are available in releases.
For compiling hv-ms735-config yourself, you will need the QT (>= 5.2). It is free and available at [http://www.qt.io]. You may also need its dependency libraries and header files, such as libusb-1.0, hidapi-libusb.
Furthermore you need, of course, a C++ compiler and the Make tool. The GNU versions of these tools are recommended, but not required.
qmake
make
qmake
mingw32-make
qmake
nmake
dpkg-buildpackage -us -uc -I.git -rfakeroot
tar czf /tmp/hv-ms735-config.tar.gz * --exclude=.git && rpmbuild -ta /tmp/hv-ms735-config.tar.gz
set CONFIGURATION=release
windeployqt.exe --no-svg --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --libdir qtredist --plugindir qtredist %CONFIGURATION%\hv-ms735-config.exe
heat dir qtredist -cg CG_QtRedist -var var.QtRedistDir -ag -srd -sfrag -dr INSTALLDIR -out qtredist.wxs
candle -dConfiguration=%CONFIGURATION% -dQtRedistDir=qtredist hv-ms735-config.wxs qtredist.wxs
light hv-ms735-config.wixobj qtredist.wixobj -out hv-ms735-config.msi
macdeployqt hv-ms735-config.app -dmg
hv-ms735-config is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. A copy of this license can be found in the file COPYING included with the source code of this program.
© 2017-2018 Pavel Bludov pbludov@gmail.com