Update the build for the ppd files ( not needed for little printer tho )
This commit is contained in:
11
docs/Thermal Receipt/build.sh
Executable file
11
docs/Thermal Receipt/build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
#build in directory
|
||||
if [ -d build ]
|
||||
then
|
||||
rm -R build
|
||||
fi
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
Reference in New Issue
Block a user