Saturday, January 28, 2017

Install waveforms software for Analog Discovery 2 on Fedora 24

Install adept2 and then install the waveforms rpm. Use --nodeps option if you receive failed dependency error on libc when the waveforms rpm is installed.

# rpm -ivh digilent.adept.runtime-2.16.5.x86_64.rpm 
Preparing...                          ################################# [100%]
Updating / installing...
   1:digilent.adept.runtime-2.16.5-1  ################################# [100%]


#rpm -ivh digilent.waveforms_3.4.7.x86_64.rpm 

error: Failed dependencies:
libc6 >= 2.14 is needed by digilent.waveforms-3.4.7-1.x86_64

# rpm -ivh digilent.waveforms_3.4.7.x86_64.rpm  --nodeps
Preparing...                          ################################# [100%]
Updating / installing...
   1:digilent.waveforms-3.4.7-1       ################################# [100%]


No comments:

Post a Comment