Skip to content

Instantly share code, notes, and snippets.

@belthaZornv
Created May 31, 2017 10:32
Show Gist options
  • Save belthaZornv/66dec2c5cc619fabebc820f0782e0e66 to your computer and use it in GitHub Desktop.
Save belthaZornv/66dec2c5cc619fabebc820f0782e0e66 to your computer and use it in GitHub Desktop.
Clickshare on Ubuntu
**Install the libraries necessary as shown below:**
```
sudo apt install libresample1
http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libavutil52_9.20-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libavutil52_9.20-0ubuntu0.14.04.1_amd64.deb
http://security.ubuntu.com/ubuntu/pool/universe/liba/libav/libswscale2_9.20-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libswscale2_9.20-0ubuntu0.14.04.1_amd64.deb
```
**Install clickshare as shown below:**
```
Download https://drive.google.com/drive/folders/0B9IKZqXvLKM_Yno1UmpGLVRXNDg
sudo dpkg -i file_name.deb
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment