Le 2 mars 2014 à 17:40, Peter Stuge a écrit : > Fabio wrote: >> I've built a standalone .app for pulseview > > Cool. Thanks for doing that! > > Would you be willing to describe how you did it? I think it would be > great if everything neccessary for the build was included in the > respective upstream repositories. > > > //Peter
Hi, Sure no problem. I've made a few bash scripts to assist me, but basically what I do is: compile all the dependencies with macports, compile sigrok and link against the libs in port, and finally create a .app bundle where all the dependencies are copied. Of course the libs ids and rpaths are changed and the app can now run on its own without any external dependencies. I will share the scripts, but for now I just want to make sure the app is even running for everyone. There are a couple of hacks, to work around Qt's hard coded path for loading plugins as well as sigrokdecode search path for firmware files. And there may be a few bugs with the python framework. I have access to a bunch of lab equipment so maybe sometime next week I'll see whether I can get pulseview to detect some of the devices that are known to work on linux. Fabio ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

