Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Aug 18, 2021
1 parent ea73401 commit 8f5865b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Most of these packages are already built and available on [Release Page](https:/
- [Build Options for CMake](#build-options-for-cmake)
- [Universal Options](#universal-options)
- [Linux Options](#linux-options)
- [Building deb package](#building-deb-package)
- [Building rpm package](#building-rpm-package)
- [Building DEB package](#building-deb-package)
- [Building RPM package](#building-rpm-package)
- [Building AppImage](#building-appimage)
- [Building Flatpak](#building-flatpak)

Expand Down Expand Up @@ -90,6 +90,7 @@ command for qm files. -noobsolete is a method for getting rid of obsolete text e
Default: OFF. Allows for the launch of test sources with unit tests

-DANTIMICROX_PKG_VERSION

Default: Not defined. (feature intended for packagers) Manually define version of package displayed in info tab. When not defined building time is displayed instead.

### Linux Options
Expand All @@ -102,6 +103,10 @@ Default: ON. Build the project with AppData support.

Default: ON. Compile the program with uinput support.

-DINSTALL_UINPUT_UDEV_RULES

Default: ON. During installation process create new udev rule allowing regular users using uinput.

-DWITH_X11

Default: ON. Compile the program with X11 support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AntiMicroX is a graphical program used to map gamepad keys to keyboard, mouse, scripts and macros. You can use this program to control any desktop application with a gamepad on Linux.
It can be also used for generating SDL2 configuration (useful for mapping atypical gamepads to generic ones like xbox360).

Currently we don't support Wayland ([#32](https://github.com/AntiMicroX/antimicrox/issues/32)) - your system has to be running X.org in order to run this program.
We support Wayland and X.org.

It allows mapping of gamepads/joystick buttons to:
- keyboard buttons
Expand Down

0 comments on commit 8f5865b

Please sign in to comment.