Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrischdi/gophotobooth

A photobooth application written in Go
https://github.com/chrischdi/gophotobooth

Last synced: about 2 months ago
JSON representation

A photobooth application written in Go

Awesome Lists containing this project

README

        

# requirements

**Archlinux**:
```
yay -Sy aur/qemu-user-static-bin
```

# Build binary

On target system:
```
make build
```

Cross-compile for armv7:
```
make rpi-image-arm cross-arm-deps build-arm
```
This command will:
* build a image for raspberry pi using docker, based on archlinuxarm using qemu emulation targetting armv7
* download cross-compiler
* unpack image and cross-compiler
* cross-compile the binary