ghost0815
DEB König
- Registriert
- 17. Juni 2012
- Beiträge
- 5.870
- Lösungen
- 10
- Reaktionspunkte
- 8.496
- Punkte
- 3.030
raspberry-pi3-als-server.531053/">
Code:cd /tmp rm -rf /tmp/libdvbcsa git clone https://github.com/oe-mirrors/libdvbcsa.git /tmp/libdvbcsa cd /tmp/libdvbcsa ./bootstrap
# use /cat/proc/cpuinfo to get the info to choose the correct optimization of libdvbcsa for the ./configure step
# --enable-uint32 Use native 32 bits integers for bitslice
# --enable-uint64 Use native 64 bits integers for bitslice
# --enable-mmx Use MMX 64 bits for bitslice
# --enable-sse2 Use SSE2 128 bits for bitslice
# --enable-ssse3 Use SSSE3 128 bits for bitslice
#...
- ghost0815
- github libdvbcsa
- Antworten: 71
- Forum: Cardsharing Server-Systeme
Hier der Changelog und einige Bilder:
Code:
V11.6 (02.09.2025)
- Installationsscript an Ubuntu 24.04 LTS angepasst
- Setup für Debian 13 (Trixie) angepasst
- PHPSysInfo auf 3.4.4 aktualisiert
V11.6 (07.05.2022)
- Installationsscript an Ubuntu 22.04 LTS angepasst
- PHPSysInfo auf 3.4.1 aktualisiert
- Bug im Updatecheck gefixt
V11.6 (11.01.2021)
- Überprüfung eingebaut, ob Installationsscript ausreichend Rechte hat
- tmp2ram wird nicht mehr installiert, kann aber bei Bedarf über i os nachinstalliert werden
V11.6 (25.04.2020)
- Kompatiblität zu Ubuntu 20.04 LTS hergestellt
- PHPSysInfo...