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