Files
PiCamera/README.md
2022-01-03 12:05:45 +00:00

18 lines
236 B
Markdown

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