You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Arch Linux: Either of the following AUR PKGBUILDs:
26
+
-[`openfireapp`](https://aur.archlinux.org/packages/openfireapp): Current Stable Builds
27
+
-[`openfireapp-git`](https://aur.archlinux.org/packages/openfireapp-git): Unstable, built directly from source
26
28
- Other distros: Use `OpenFIRE_App-[x86_64/aarch64].AppImage`[from the releases page](https://github.com/TeamOpenFIRE/OpenFIRE-App/releases/latest)
27
29
- Make sure your user is part of the `dialout` group (`# usermod -a -G dialout insertusernamehere`); you'll be notified on startup if this is necessary. Log out and back in again for the change to take effect.
28
30
- If you get the error message `usermod: group 'dialout' does not exist` when running the command above, you'll need to create the group (`# groupadd dialout`) and reboot for the change to take effect before trying again.
@@ -62,7 +64,7 @@ When a board(s) is connected, select the port corresponding to your microcontrol
62
64
#### Qt 6.x requires installing the respective SerialPort extension for the version
63
65
- The project can be opened in the Qt Creator IDE, assuming the system has the appropriate Qt libraries for their desired version/environment installed. Alternatively, it should be buildable via CMake inside of an mingw-w64 environment, however this has yet to be tested adequately to be confirmed.
64
66
65
-
###Special Thanks:
67
+
## Special Thanks:
66
68
* Samuel Ballentyne, Prow7, and co. for their work on the SAMCO system & derivatives, and supporting work and conception of OpenFIRE.
67
69
* Odwalla-J, mrkylegp, RG2020 & lemmingDev for prerelease consultation, bug testing and feedback.
68
70
* All early IR-GUN4ALL testers and ArcadeForums users whom provided early testing and feedback.
0 commit comments