Skip to content

Commit

Permalink
automated linux builds. closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Sep 12, 2017
1 parent 99bb86d commit 59f76a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ arcticfox-config-x.x.x.dmg file.

#### Linux

~~On the [latest release page](https://github.com/hobbyquaker/arcticfox-config/releases/latest) you can find a .deb file
for Ubuntu and Debian and a .tar.gz that should work on other distributions.~~
On the [latest release page](https://github.com/hobbyquaker/arcticfox-config/releases/latest) you can find a .deb file,
a .rpm file and a .tar.gz that should work on other distributions.

Until now there is no ready to use Linux build available for download. But you can build it yourself, for instructions
see https://github.com/hobbyquaker/arcticfox-config/issues/23

For USB access with an unprivileged user you need UDEV rules, see
For USB access with an unprivileged user you need udev rules, see
https://github.com/hobbyquaker/arcticfox-config/issues/25


Expand All @@ -42,7 +39,10 @@ Start the Application, connect your Arcticfox Device.

Clone the repo, do `npm install` in the project root. Use `npm start` to start the application in debug mode.
Depending on your installed Node.js version it might be necessary to rebuild the USB HID module:
`./node_modules/.bin/electron-rebuild`
`npm run rebuild`.

If you want to do a build on your own you can find hints on dependencies in
[https://github.com/hobbyquaker/arcticfox-config/issues/23](#23).


### Related
Expand Down

0 comments on commit 59f76a6

Please sign in to comment.