Files
sdrpi-fpv-control/README.md

25 lines
485 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SDRPi fpv control
Это проект с двумя частями программы:
* программа `ground` - запускается на наземной станции
# Зависимости для ground
## Linux
```shell
sudo apt install libsdl2-dev
```
## MacOS
```shell
brew install sdl2
```
## Шиндовс
Под шиндовс, как всегда, надо страдать. Рекомендуется установить `sdl2` через `vcpkg`.