DSView安装到用户home目录

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

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注