Skip to content

Instantly share code, notes, and snippets.

@marcelog
Last active March 29, 2021 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelog/c4fb4e45f9e4bf0017819168bfc491a8 to your computer and use it in GitHub Desktop.
Save marcelog/c4fb4e45f9e4bf0017819168bfc491a8 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /usr/src
git checkout https://github.com/Distrotech/libilbc-webrtc
cd libilbc-webrtc
./configure
make
make install
@ppklad
Copy link

ppklad commented Mar 29, 2021

git **clone** https://github.com/Distrotech/libilbc-webrtc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment