Installing Miracle Cast on Ubuntu 18.04.2 LTS
By Sarah Rodriguez •
How to make the Miracast app "Miraclecast" work on an Ubuntu 18.04.2 LTS system? I followed the instructions listed below:
Go to .
Download the entire source code, not just
autogen.sh. You can do it by clicking the Clone or download button, and then Download as ZIP or directly at .Unzip the folder to get folder miraclecast-master and run:
cd miraclecast-master sudo apt-get update sudo apt-get install ubuntu-dev-tools autoconf libtool libudev-dev libsystemd-dev glib-2.0 libperl-dev libgtk2.0-dev libreadline-dev libtoolize; aclocal; autoconf sudo ./autogen.shOnce
./autogen.shis complete, run:sudo ./configure sudo make sudo make install
and I followed these steps but had an error on:
sudo apt-get install ubuntu-dev-tools autoconf libtool libudev-dev libsystemd-dev glib-2.0 libperl-dev libgtk2.0-dev libreadline-dev
libtoolize; aclocal; autoconfBut got past it by adding a ; at the line break -
sudo apt-get install ubuntu-dev-tools autoconf libtool libudev-dev libsystemd-dev glib-2.0 libperl-dev libgtk2.0-dev libreadline-dev;
libtoolize; aclocal; autoconfThen finished the steps and... Nothing...
Or maybe I'm missing something???
11 Answer
Don't use ; to separate these: they will turn libraries into commands.
Use the following commands instead:
sudo apt-get install ubuntu-dev-tools autoconf libtool libudev-dev libsystemd-dev glib-2.0 libperl-dev libgtk2.0-dev libreadline-dev
libtoolize
aclocal
autoconf 0 More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"