Files
PiCamera/README.md
2022-01-03 15:12:18 +00:00

21 lines
265 B
Markdown

# JAMCS - James Camera Software
Camera for Raspberry Pi in C++ :)
## To build
Requirements:
```
cmake
libgtkmm-3.0-dev
Optionally:
- clang-tidy
```
Then:
```bash
cmake -B build .
cmake --build build
```
Alternatively you can just use the VSCode CMake Extension