Bonjour,

Je suis sur Ubuntu 20.04 et j'ai installé à partir de Synaptic le logiciel FLDIGI qui me pose un problème.

J'ai téléchargé la dernière version sur le site de l'éditeur : fldigi-4.1.13.tar.gz

J'ai suivi les instructions d’installation :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
The simplest way to compile this package on Linux is:
 
  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.
 
     Running `configure' might take a while.  While running, it prints
     some messages telling which features it is checking for.
 
  2. Type `make' to compile the package.
 
  3. Optionally, type `make check' to run any self-tests that come with
     the package.
 
  4. Type `make install' to install the programs and any data files and
     documentation.
J'exécute la commande ./configure et à la fin j'ai le message ci-dessous :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
checking for SAMPLERATE... no
configure: error: Package requirements (samplerate >= 0.1.1) were not met:
 
No package 'samplerate' found
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
 
Alternatively, you may set the environment variables SAMPLERATE_CFLAGS
and SAMPLERATE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Arrivé à ce point je ne sais plus quoi faire.

Merci de bien vouloir m'apporter votre aide,

Cordialement