snstac / adsbxcot

Display Aircraft in TAK
https://adsbxcot.rtfd.io
Apache License 2.0
51 stars 14 forks source link

Additional packages required on CentOS #7

Open ampledata opened 3 years ago

ampledata commented 3 years ago

adsbxcot & pytak require some additional packages and libraries on CentOS, to install:

  1. Build tools (gcc, et al):

    sudo yum groupinstall 'Development Tools'
  2. Python Library headers:

    sudo yum -y install python3-devel