apt install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev
$ git clone git://github.com/DreamSourceLab/DSView
$ cd DSView
$ cd libsigrok4DSL
$ ./autogen.sh
$ ./configure –prefix=/home/softsim/utils/dsview
或者
PKG_CONFIG_PATH=/home/softsim/utils/dsview/lib/pkgconfig ./configure –prefix=/home/softsim/utils/dsview
$ make
$ make install
$ cd ../libsigrokdecode4DSL
$ ./autogen.sh
$ ./configure –prefix=/home/softsim/utils/dsview
$ make
$ make install
$ cd ../DSView
$ PKG_CONFIG_PATH=/home/softsim/utils/dsview/lib/pkgconfig cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/softsim/utils/dsview .
$ make
$ make install
参考资料
https://github.com/DreamSourceLab/DSView/blob/master/INSTALL