Skip to content

Instantly share code, notes, and snippets.

@mritzco
Created April 17, 2019 16:47

Revisions

  1. mritzco created this gist Apr 17, 2019.
    13 changes: 13 additions & 0 deletions miraclecast.sh
    Original 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