Source code for "PineTab2 Factory Image #2" prod
PineTab2 Factory Image Intro #2
This repo contains the source code and the resource files used in our "PineTab2 Factory Image #2" prod.
How to build
cmake and GNU (or Clang) toolchain is required.
For Linux:
cmake -B build -DCMAKE_BUILD_TYPE=MinSizeRel -DSTATIC_BUILD=ON
For Windows, you need to have the MinGW toolchain:
cmake -B build -DCMAKE_BUILD_TYPE=MinSizeRel -DSTATIC_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=toolchains/x86_64-w64-mingw32.cmake -DSTATIC_BUILD=ON
Once the build directory is configured, just run:
cmake --build build
You'll find the binary in the build directory. For squishing, you can use UPX or squishy (Windows).
License
See LICENSE