This project should be able to generate a pdf photobook based on a folder structure filled with photos.
Install the required packages using vcpkg:
install-prerequisites.bat
Run build-pblib.bat
Open the solution file from cpp-photobook\windows
g++-13 compiler is needed.
Install the required packages using vcpkg:
./install-prerequisites.sh
Run build-pblib.sh
Go to PB/build
Run make -j4
Run ./PhotoBook
from the build folder.
macOS: ./pbtests
on macOS.
Windows: Run the pbtests projects in the solution file.
CMake with STATIC_CHECK=true
, it will use clang-tidy.
The known to work vcpkg version: 2023.08.09