Difference between revisions of "Digilent Waveforms"

From Klaus' wiki
Jump to: navigation, search
Line 15: Line 15:
 
'''NOTE: version numbers may vary'''
 
'''NOTE: version numbers may vary'''
  
Finally edit the bash script that start the Waveforms application.
+
Finally, bacause the QT libraries has changed on Fedora, edit the bash script that start the Waveforms application.
 
<source lang=bash>
 
<source lang=bash>
 
]$ sudo vi /usr/bin/waveforms
 
]$ sudo vi /usr/bin/waveforms

Revision as of 09:14, 25 May 2018

First download the Adept software from this page

Next download the Waveforms software from this page

Install the Adept software:

$] sudo dnf install Downloads/digilent.adept.runtime-2.17.1.x86_64.rpm

NOTE: version numbers may vary

Next install the Waveforms software. Due to a missing dependency use this command:

$] sudo rpm --install --nodeps -vh Downloads/digilent.waveforms_3.7.5.x86_64.rpm

NOTE: version numbers may vary

Finally, bacause the QT libraries has changed on Fedora, edit the bash script that start the Waveforms application.

]$ sudo vi /usr/bin/waveforms

Change the library export in the second line from

 export LD_LIBRARY_PATH=/usr/lib/digilent/waveforms/qtlibs

to

 export LD_LIBRARY_PATH=/usr/lib64

This should make your copy of Waveforms run.