Skip to content

Instantly share code, notes, and snippets.

View ericlancebrown's full-sized avatar

Eric Brown ericlancebrown

View GitHub Profile
@ericlancebrown
ericlancebrown / lscli_ubuntu-2004.sh
Created November 18, 2020 20:18
Ubuntu 20.04 installation bash shell file for building and installing lscli, its dependencies and all other prerequisites.
#!/bin/bash
# Script: lscli Installation Script
# OS: Ubuntu 20.04
# Updated: 11.18.20
# Author: Eric Brown
####################################################
# Usage:
# chmod u+x lscli_ubuntu-2004.sh
# ./lscli_ubuntu-2004.sh
####################################################
@ericlancebrown
ericlancebrown / ls_ubuntu-2004.sh
Last active November 18, 2020 18:23
Ubuntu 20.04 installation bash shell file for installing all of libsubtractive's prerequisites and dependencies as well as libsubtractive itself. You should be able to #include <libsubtractive/libsubtractive.hpp> in your c++ source files after this installation is completed.
#!/bin/bash
# Script: Libsubtractive Installation Script
# OS: Ubuntu 20.04
# Updated: 11.17.20
# Author: Eric Brown
####################################################
# Usage:
# chmod u+x ls_ubuntu-2004.sh
# ./ls_ubuntu-2004.sh
####################################################