So I didn't mean for you to literally type in "<prefix-of-libsigrok-installation>". If you built libsigrok from source that's merely the path you can optionally specify as your installation location by going ./configure --prefix=/<prefix-of-libsigrok-installation> - whatever that path may be. If you don't specify a prefix when you build the package, it will default to --prefix=/usr , which is also the prefix debian package probably uses. If the prefix is /usr, then you don't have to specify the PKG_CONFIG_PATH environment variable, because pkg-config will search there by default.
Therefore, try "cmake ." Joel On 16/07/12 17:37, Iztok Jeras wrote: > Hi Joel, > > I was not able to get past: > PKG_CONFIG_PATH=/<prefix-of-libsigrok-installation>/lib/pkgconfig/ cmake . > I get: > -- checking for modules 'libsigrokdecode>=0.1.0;libsigrok>=0.1.0' > -- package 'libsigrokdecode>=0.1.0' not found > -- package 'libsigrok>=0.1.0' not found > CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message): > A required package was not found > > I have the latest sigrok Debian packages installed? I will try on a > different machine with sigrok from GIT. > > Regards, > Iztok Jeras > > > > On Wed, Jul 11, 2012 at 9:20 PM, Joel Holdsworth > <[email protected]> wrote: >> >> Hi All, >> >> >> >> You may know that I've been working for a little while now on my humble >> attempt at a workable GUI for sigrok. Up until now it has had a placeholder >> title: "sigrok-qt2"; it is a rewrite of sigrok-qt. Though still very basic, >> I'm hoping to merge my work into the main project soon, but before that >> happens I think it might be good to give it a better name than the one it >> has currently. >> >> >> >> I'm beginning to collect names on my project wiki: >> <http://www.airwebreathe.org.uk/projects/index.php?title=Sigrok-qt2#Name>, >> so any votes or suggestions would be very welcome. >> >> >> >> Also any testing and feedback would be very welcome. >> >> >> >> Thanks >> >> Joel Holdsworth >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> sigrok-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sigrok-devel >> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

