Update build instructions.
This commit is contained in:
parent
fd05019f94
commit
9414f86823
1 changed files with 4 additions and 2 deletions
|
@ -26,6 +26,8 @@ Joyful is ideal for Linux gamers who enjoy space and flight sims and miss the fe
|
|||
* Output keyboard button presses
|
||||
* Explicit input and output from gamepad-like devices.
|
||||
* HIDRAW support for more button options.
|
||||
* Specify different config directories for multiple sets of mappings.
|
||||
* Positional and percentage-based deadzones.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -44,7 +46,7 @@ Joyful is written in golang, and uses evdev/uinput to manage devices.
|
|||
To build joyful, install `go` via your package manager, then run:
|
||||
|
||||
```
|
||||
go build -o build/ ./...
|
||||
CGO_ENABLED=0 go build -o build/ ./...
|
||||
```
|
||||
|
||||
Look for binaries in the `build/` directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue