Update the build for the ppd files ( not needed for little printer tho )

This commit is contained in:
nono
2025-05-26 13:45:53 +02:00
parent b3ac0960ae
commit 3d8c22598d
9 changed files with 2055 additions and 0 deletions

11
docs/Thermal Receipt/build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#build in directory
if [ -d build ]
then
rm -R build
fi
mkdir build
cd build
cmake ..
make