Okay, I have made a draft of my code - purely based on the compiler.
https://github.com/obiwanjacobi/libsigrok/blob/master/src/output/wavedrom.c

Now I like to run it. Should I do 'make install' or is there another way of 
testing out my exporter output logic.

Looking at my install of PulseView I don't see any dlls so every library is 
statically linked...? That would mean I need to pull in all the source code and 
build the UI..?

Thanks, Marc
________________________________
From: Marc Jacobi <obiwanjac...@hotmail.com>
Sent: Monday, September 30, 2019 11:01 AM
To: sigrok-devel@lists.sourceforge.net <sigrok-devel@lists.sourceforge.net>
Subject: Re: [sigrok-devel] Where/how to contribute an exporter

Right, 'dev' - didn't think of that. Also did the dev-trick on libzip, which 
was also missing and that seemed to work. Configure finished - with a bunch of 
warnings about stuff that will not be available, but hopefully that is ok:

Detected libraries (optional):
 - libserialport >= 0.1.1.......... no
 - libftdi1 >= 1.0................. no
 - hidapi >= 0.8.0................. no
 - hidapi-hidraw >= 0.8.0.......... no
 - hidapi-libusb >= 0.8.0.......... no
 - bluez >= 4.0.................... no
 - libusb-1.0 >= 1.0.16............ no
 - librevisa >= 0.0.20130412....... no
 - libgpib......................... no
 - libieee1284..................... no
 - check >= 0.9.4.................. no
 - glibmm-2.4 >= 2.32.0............ no
 - python = 3.6.................... no
 - python3 = 3.6................... no
 - python36 = 3.6.................. no
 - python-3.6 = 3.6................ no
 - pygobject-3.0 >= 3.0.0.......... no
 - ruby............................ no
 - ruby-........................... no


I think I'm good for now because when I run make, I get compile errors on my 
new (theoretical) code I already started on ...

Thanks!

________________________________
From: Paul Fertser <fercer...@gmail.com>
Sent: Monday, September 30, 2019 9:16 AM
To: Marc Jacobi <obiwanjac...@hotmail.com>
Cc: sigrok-devel@lists.sourceforge.net <sigrok-devel@lists.sourceforge.net>
Subject: Re: [sigrok-devel] Where/how to contribute an exporter

Hey Marc :)

On Mon, Sep 30, 2019 at 05:23:30AM +0000, Marc Jacobi wrote:
> I tried installing glib-2.0 which worked (saw loads of packages being
> installed).

Yes, you need to install libglib2.0-dev package to get all the needed
development files.

HTH

--
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to