Skip to content

Instantly share code, notes, and snippets.

@evanrichter
Created August 31, 2019 23:32
Show Gist options
  • Select an option

  • Save evanrichter/6375b39276cbfbfc1220e9140c382fc9 to your computer and use it in GitHub Desktop.

Select an option

Save evanrichter/6375b39276cbfbfc1220e9140c382fc9 to your computer and use it in GitHub Desktop.
archlinux libsigrok build fail
from archlinux/base
run pacman -Syu --noconfirm
run pacman -S --noconfirm git gcc make autoconf autoconf-archive automake libtool pkg-config glib2 glibmm libzip libusb libftdi check doxygen python-numpy python-setuptools swig jdk8-openjdk
run git clone git://sigrok.org/libsigrok
workdir ./libsigrok
run ./autogen.sh
run ./configure
run make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment