-
Notifications
You must be signed in to change notification settings - Fork 412
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
Trying to Install on 16.04.1 Ubuntu Studio #127
Comments
This has an easy fix. Ubuntu don't distribute headers by default with its packages so normally each package has a dev package with headers to be used in other projects. I guess for systemd you need to install libsystemd-dev:
Repeat with each missing package |
Actually looking through different things, it was my fault. sudo apt-get install libreadline6 libreadline6-dev is what finally fixed it for me, along with a couple other dependencies that were missing. . . I'll comment if i can find exactly which ones they were (or if you know a useful linux command to tell me what's been installed recently, one of them is the line you wrote also though now that i'm looking through terminals) |
Now though (not the same problem) test udpsrc... Some plugins required for visualization are missed Try installing packages "gst-plugins-bad, gst-plugins-base, gst-plugins-base-libs, gst-plugins-good, gst-plugins-ugly, gst-libav, gstreamer". If that fails too, try: $ vlc rtp://@:1991 also though, is it possible to stream something from the inet, then cast it to a TV with this? (guess i should ask before I get any further) |
I'll close this issue, but on #119 if they're having problems, I'd suggest sudo apt install gstreamer1.0-* That's what fixed it for me. :D |
libsystemd is not found.
Checking for module 'libsystemd'
No package 'libsystemd' found
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
CMakeLists.txt:26 (pkg_check_modules)
Configuring incomplete, errors occurred!
See also "/home/nohbody/Downloads/miraclecast-master/CMakeFiles/CMakeOutput.log".
Using Cmake, if you need the output log, let me know.
Also, systemd = 229
Will let you know if i get it working
The text was updated successfully, but these errors were encountered: