ghost0815
DEB König
- Registriert
- 17. Juni 2012
- Beiträge
- 5.734
- Lösungen
- 10
- Reaktionspunkte
- 8.326
- Punkte
- 413
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 (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 auf 3.3.2 aktualisiert
V11.6 (30.09.2019)
- gbox für aarch64 (ARM 64-Bit) hinzugefügt. Diese kann auch gepairte V13 lesen
V11.6 (25.09.2018)
-...