Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed May 13, 2024
1 parent 76b8be4 commit b6d259d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ A headless binary that is only built on RaspberryPi and that has no UI.
We use "cross" to cross compile for Raspberry Pi from Linux or macOS.
Install docker or podman and "cross" for cross compiling rust on your host for the Raspberry Pi.

### Building in general on host development machine
### Building on host development machine
Run `"make"` on macos or linux (or in fact RPi also) host to build these binaries:
* `target/debug/piggui` - GUI version without GPIO, to enable UI development on a host
* `target/aarch64-unknown-linux-gnu/release/piggui` - GUI version for Pi with GPIO, can be run natively from RPi command line
* `target/aarch64-unknown-linux-gnu/release/piglet` - Headless version for Pi with GPIO, can be run natively from RPi command line

Use `"make run"` to start `piggui` on the local machine - for GUI development.

### Building for Pi
#### Helper Env vars
There are a couple of env vars that can be setup to help you interact with your pi.
Expand Down

0 comments on commit b6d259d

Please sign in to comment.