Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18.04 ubuntu can't make with srt #65

Open
e2950 opened this issue Nov 25, 2022 · 1 comment
Open

18.04 ubuntu can't make with srt #65

e2950 opened this issue Nov 25, 2022 · 1 comment

Comments

@e2950
Copy link

e2950 commented Nov 25, 2022

i have the file srt.h but i can't seem to figure out where to copy it so it can be found.

compiling sources/IOSRTSocket.cpp
In file included from ./include/Mona/IOSRTSocket.h:20:0,
from sources/IOSRTSocket.cpp:17:
./include/Mona/SRT.h:22:10: fatal error: srt/srt.h: No such file or directory
#include "srt/srt.h" // will define SRT_API
^~~~~~~~~~~
compilation terminated.

@MathieuPOUX
Copy link
Contributor

On Linux you have just need to install (make install) SRT, it will search SRT file in common /usr/local/include.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants