Difference between revisions of "Digilent Waveforms"

From Klaus' wiki
Jump to: navigation, search
(Created page with "First download the Adept software from [https://reference.digilentinc.com/reference/software/adept/start?redirect=1id=digilent_adept_2#software_downloads this] page Next down...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
First download the Adept software from [https://reference.digilentinc.com/reference/software/adept/start?redirect=1id=digilent_adept_2#software_downloads this] page
 
First download the Adept software from [https://reference.digilentinc.com/reference/software/adept/start?redirect=1id=digilent_adept_2#software_downloads this] page
  
Line 14: Line 15:
 
</source>
 
</source>
 
'''NOTE: version numbers may vary'''
 
'''NOTE: version numbers may vary'''
 +
 +
'''NOTE: The following instructions was valid for waveforms version 3.7. Later version e.g. 3.8 seems to work all-right without editing.'''
 +
 +
Finally, because the QT libraries has changed on Fedora, edit the bash script that start the Waveforms application.
 +
<source lang=bash>
 +
]$ sudo vi /usr/bin/waveforms
 +
</source>
 +
 +
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.

Latest revision as of 12:59, 22 August 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

NOTE: The following instructions was valid for waveforms version 3.7. Later version e.g. 3.8 seems to work all-right without editing.

Finally, because 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.