Update README

This commit is contained in:
James H
2022-01-03 12:05:45 +00:00
parent 169fe5e234
commit 0fcae4bdb1

View File

@@ -1,2 +1,17 @@
# PiCamera
# 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