3

My development environment is Ubuntu 18.04 LTS. I have cloned the Indy SDK from the GitHub repository. When I am trying to install libindy which is essential for Indy node and Indy pool, it is failing due to the non-availability of Libsodium18. I have already installed libsodium-dev on my machine. I have also installed libsodium23. It seems libdsodium23 is recommended for Ubuntu 18.04. Can anyone help me to find a solution or workaround so that I can setup Indy node and Indy Pool with libindy in Ubuntu 18.04.

Gokul Alex
  • 441
  • 4
  • 21

1 Answers1

1

Use the following command:

sudo apt-get install -y indy-cli
Riccardo
  • 1,083
  • 2
  • 15
  • 25
Piyusha Patel
  • 67
  • 1
  • 8