CroatiaControlLtd / asterix

Asterix is utility used to read and parse EUROCONTROL ASTERIX protocol data from stdin, file or network multicast stream and print it to standard output in text, XML or JSON format. Source can be used to generate Wireshark dissector for ASTERIX protocol. All ASTERIX categories are defined through XML definition file.
GNU General Public License v2.0
169 stars 90 forks source link

How to install the library in Python for windows #194

Open marius190 opened 2 years ago

marius190 commented 2 years ago

When I use pip to install the library asterix-decoder, I get a strange large error. Is possible to install the library with pip?

dsalantic commented 2 years ago

It is possible, but you need to have compilation tools on you machine. For the moment only Linux installation is supported, or Windows if you use Cygwin terminal. If there is still a problem paste the error strings here.

marius190 commented 2 years ago

I followed the steps to install the library. I installed the Cygwin packages and everything worked fine. I used make and make install. Then asterix.exe is created in the folder ... asterix-master\install. Nevertheless, when I run the .exe I get the following:

image

5 .dll files are missing. I checked the steps and all were done following strictly the instructions in the README file. Why this may happen?