mkrufky / libdvbtee

dvbtee: a digital television streamer / parser / service information aggregator supporting various interfaces including telnet CLI & http control
GNU Lesser General Public License v2.1
79 stars 31 forks source link

Compilation to Windows 10 #67

Open YamielVargas opened 1 year ago

YamielVargas commented 1 year ago

Hello,

I want to be able to carry out tests with the compilation, I read in a POST ( https://superuser.com/questions/1027014/how-to-l-extract-epg-data-from-mpeg-ts-files ) that it is possible to run it from windows 10, I tried what is mentioned in the installation instructions and in the README, but I get errors.

image

Could someone give me support?

I tried it from GitBash for windows and I get the following problems,

I don't know if this is the correct way to compile it from windows.

Thank you so much.

oscar8x commented 1 year ago

You should install packages from Ubuntu.

Start by "apt install automake"

After this you will be getting new errors and install deps asked: libtool, gcc, ...

mkrufky commented 1 year ago

My apologies - I'm not sure why didn't see this in February. You can use the following tool to build dvbtee for windows:

https://github.com/rdp/ffmpeg-windows-build-helpers

Yes, it says "ffmpeg" but it includes many helpful tools, including dvbtee - all built on your machine from source.