Skip to content

Posible linux support? #17

@MNS26

Description

@MNS26

The X52 HOTAS also is supported on linux (with open source drivers)

i dont know the go coding language so i cant help too much but im very willing to help testing

currently when trying to run go build

> go build
package github.com/peterbn/EDx52display
        imports github.com/peterbn/EDx52display/conf
        imports golang.org/x/sys/windows/registry: build constraints exclude all Go files in /home/noah/go/pkg/mod/golang.org/x/sys@v0.0.0-20210511113859-b0526f3d8744/windows/registry
~/github/EDx52display master !1 ?1 >   

a (i think) equivalent bash script to the release.ps1

#!/bin/sh
go clean

rm -fr ./EDx52Display
rm -fe ./Release.zip

mkdir EDx52Display

go build

cp -r "$PWD/EDx52Display.* $PWD/conf.yaml $PWD/LICENSE $PWD/README.md $PWD/names $PWD/DepInclude" "$PWD/EDx52Display"

# i dont remember a zip command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions