If you want to build Sigrok and Pulseview from sources with the Twinkie support in libsigrok, the easiest path is to use the last released versions: Here is a recipe working on Ubuntu Trusty LTS:
git clone https://github.com/vpalatin/libsigrok.git -b twinkie-0.5.0 git clone https://github.com/vpalatin/libsigrokdecode.git -b twinkie-0.5.0 git clone https://github.com/vpalatin/sigrok-cli.git -b twinkie-0.7.0 git clone https://github.com/vpalatin/pulseview.git -b twinkie-0.4.0 cd libsigrok ./autogen.sh ./configure --prefix=/usr make install cd ../libsigrokdecode/ ./autogen.sh ./configure --prefix=/usr make install cd ../sigrok-cli/ ./autogen.sh ./configure --prefix=/usr make install cd ../pulseview/ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . make install |
Chromium OS > USB-PD Sniffer >