Skip to content

Instantly share code, notes, and snippets.

View jolinux's full-sized avatar

Jörg Alpers jolinux

  • Germany
View GitHub Profile
#!/bin/bash
# Script that will download, compile and install PulseView and its dependencies
# For more information visit:
# https://onetransistor.blogspot.com/2017/11/script-to-compile-and-install-pulseview.html
set -e
echo "PulseView: Download, build and install"
echo "Installing dependencies"