Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrischdi/gophotobooth
- Owner: chrischdi
- Created: 2018-12-08T16:40:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T16:18:47.000Z (over 5 years ago)
- Last Synced: 2024-10-13T17:45:36.109Z (3 months ago)
- Language: Go
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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