Code Monkey home page Code Monkey logo

Comments (3)

maaraneasi avatar maaraneasi commented on July 24, 2024

Yes - same here... I am not able to build on opensuse 13.2 even ale glibh requirements are installed and in place.

from dsview.

mintisan avatar mintisan commented on July 24, 2024

@maaraneasi ,I just solve this problem.

1.make sure instal all the packges below, don't paste with \, because terminal will end with it

 $ sudo apt-get install git-core gcc g++ make cmake autoconf automake libtool pkg-config libglib2.0-dev libzip-dev libudev-dev libusb-1.0-0-dev python3-dev qt5-default libboost-dev libboost-test-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev check

2.if u encounter error below, you can sudo apt-get update & re-try install packages again

E: 无法下载 http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/udev_204-5ubuntu20.12_i386.deb  404  Not Found [IP: 91.189.91.23 80]

E: 无法下载 http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev1_204-5ubuntu20.12_i386.deb  404  Not Found [IP: 91.189.91.23 80]

E: 无法下载 http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_204-5ubuntu20.12_i386.deb  404  Not Found [IP: 91.189.92.201 80]

E: 有几个软件包无法下载,您可以运行 apt-get update 或者加上 --fix-missing 的选项再试试?

3.then re-configure makefile & follow the INSTALL is just ok

Step3: Building

 $ cd libsigrok4DSL
 $ ./autogen.sh
 $ ./configure
 $ make
 $ sudo make install
 $ cd ..

 $ git clone git://sigrok.org/libsigrokdecode
 $ cd libsigrokdecode
 $ ./autogen.sh
 $ ./configure
 $ make
 $ sudo make install
 $ cd ..

 $ cd DSView
 $ cmake .
 $ make
 $ sudo make install

4.launch DSView with sudo,or u will encounter error below

./DSView

image

5.the last success screen-capture , sudo ./DSView, u will listen a click sound

image

FYI

from dsview.

mintisan avatar mintisan commented on July 24, 2024

@maaraneasi BTW, I build it on Linux Mint 17 x86.32bit

from dsview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.