Created
April 17, 2019 16:47
Revisions
-
mritzco created this gist
Apr 17, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # not really an sh file but the sequence I used to install, might work as .sh but haven't tried # If running as .sh with sudo it might not need the sudo's # 1. Clone the repo and create the directories git clone https://github.com/albfan/miraclecast.git cd miraclecast/ mkdir build cd build/ # 2. There's lots of dependencies not listed sudo apt-get install autoconf automake libtool libudev-dev libsystemd-dev libglib2.0-dev libreadline-dev # 3. Continue the building process ../autogen.sh g --prefix=/usr make sudo make install