Skip to content

Commit

Permalink
Merge pull request #646 from Superchicken/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Wetmelon authored Dec 3, 2021
2 parents f6394a6 + 34a7fd8 commit 1680164
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ npm run electron:build
npm run electron:build -- -mwl
```

### Running from source
On the devel git branch, there may be unreleased changes to dependencies like fibre or the ODrive enumerations.
Use this command to launch the GUI with the dependencies from the repo:
```
npm run electron:serve -- ../tools/
```

### Building for rpi and potentially other ARM platform devices

PhantomJS is required as a dependency, so it must be installed first:
Expand Down

0 comments on commit 1680164

Please sign in to comment.