IR stuff update

This commit is contained in:
2025-01-06 18:01:18 +01:00
parent 9092f08481
commit 7c70221723
5 changed files with 361 additions and 2 deletions

Binary file not shown.

View File

@@ -6,4 +6,12 @@ build on raspberry pi using
make arm_noccfgcc
-> linker errors with libzip
-> installed libzip-dev and added lzip to linker parameters
-> installed libzip-dev and added lzip to linker parameters
mkdir tmp
cd tmp
tar xf ../irserver-src.tar.gz
mkdir arm
# in makefile add: LDFLAGS = -lzip
make irserver_arm_noccf

Binary file not shown.