Created
August 31, 2019 23:32
-
-
Save evanrichter/6375b39276cbfbfc1220e9140c382fc9 to your computer and use it in GitHub Desktop.
archlinux libsigrok build fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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