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