Source code for our "PineTab2 Factory Image" intro
PineTab2 Factory Image Intro
This repo contains the source code and the resource files used in our "PineTab2 Factory Image Intro" 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 xzcrush (Linux) or squishy (Windows).
License
See LICENSE