Files
PiCamera/README.md
2022-03-04 18:14:52 +00:00

29 lines
427 B
Markdown

# JAMCS - James Camera Software
Camera for Raspberry Pi in C++ :)
## To build
Requirements:
- CMake
- gtkmm 3.0
Optional:
- clang-tidy
### Debian based
```bash
sudo apt install -y clang cmake libgtkmm-3.0-dev clang-tidy
```
### Fedora
```bash
sudo dnf install clang cmake gtkmm30-devel clang-tools-extra
```
Then:
```bash
cmake -B build .
cmake --build build
```
Alternatively you can just use the VSCode CMake Extension