CzADSB-Mlat server: Porovnání verzí
Z Poznámkový blok
(Založena nová stránka s textem „* https://github.com/mutability/mlat-server - 11 let starý kód, který se již neaktualizuje * https://github.com/adsb-related-code/mlat-server - hlavni…“) |
|||
| Řádka 1: | Řádka 1: | ||
| + | == Verze == | ||
* https://github.com/mutability/mlat-server - 11 let starý kód, který se již neaktualizuje | * https://github.com/mutability/mlat-server - 11 let starý kód, který se již neaktualizuje | ||
| Řádka 9: | Řádka 10: | ||
* https://github.com/adsblol/mlat-server This branch is 21 commits ahead of wiedehopf/mlat-server:master | * https://github.com/adsblol/mlat-server This branch is 21 commits ahead of wiedehopf/mlat-server:master | ||
| + | == Příprava == | ||
| + | |||
| + | sudo apt update && sudo apt upgrade -y | ||
| + | sudo apt install --no-install-recommends --no-install-suggests -y \ | ||
| + | git build-essential debhelper pkg-config fakeroot libncurses-dev zlib1g-dev libzstd-dev help2man rsync | ||
| + | sudo apt install --no-install-recommends --no-install-suggests -y \ | ||
| + | devscripts tcl8.6-dev autoconf python3-dev python3-venv python3-setuptools python3-build python3-pip python3-wheel \ | ||
| + | libz-dev openssl libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev patchelf | ||
Verze z 1. 3. 2026, 17:39
Verze
- https://github.com/mutability/mlat-server - 11 let starý kód, který se již neaktualizuje
- https://github.com/adsb-related-code/mlat-server - hlavni zdroj ! This branch is 363 commits ahead of mutability/mlat-server:master
- https://github.com/TanerH/mlat-server - starý kód, který se již neaktualizuje This branch is 1 commit ahead of and 320 commits behind adsb-related-code/mlat-server:master
- https://github.com/adsbexchange/mlat-server This branch is 1 commit behind adsb-related-code/mlat-server
- https://github.com/wiedehopf/mlat-server This branch is 325 commits ahead of and 1 commit behind TanerH/mlat-server
- https://github.com/adsblol/mlat-server This branch is 21 commits ahead of wiedehopf/mlat-server:master
Příprava
sudo apt update && sudo apt upgrade -y sudo apt install --no-install-recommends --no-install-suggests -y \ git build-essential debhelper pkg-config fakeroot libncurses-dev zlib1g-dev libzstd-dev help2man rsync sudo apt install --no-install-recommends --no-install-suggests -y \ devscripts tcl8.6-dev autoconf python3-dev python3-venv python3-setuptools python3-build python3-pip python3-wheel \ libz-dev openssl libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev patchelf