FreeJoy-Team / FreeJoyConfiguratorQt

GUI utility for configuration and setting up FreeJoy embedded controller
GNU General Public License v3.0
106 stars 38 forks source link
configurator qt qt5

FreeJoy Configurator

FreeJoy Configurator is a visual utility allowing you to setup your FreeJoy device for your own requirements.

Features

Check our wiki for detailed instructions.

Downloads

Installation

Windows

  1. Download, unpack, run

Linux

  1. Downloand and unpack .tar.xz
  2. Edit 99-hid-FreeJoy.rules or leave it as it is
  3. Copy "99-hid-FreeJoy.rules" to /etc/udev/rules.d
    • sudo cp 99-hid-FreeJoy.rules /etc/udev/rules.d
  4. Run AppImage or build from source

Building

Windows Build Requirements

Linux/Unix Build Requirements

Build Setup Steps

  1. Install the latest Qt SDK (and optionally, the Qt Creator IDE) from https://www.qt.io/download
    • You may also use your Linux distro's package manager for the Qt SDK as long as the packages are Qt 5.11 or later.
  2. Open the project in Qt Creator or build from qmake on the command line.
    • Run qmake FreeJoyQt.pro then make