1

How to check which version of libindy I am running?

Also, how to install libindy 1.8.0? I cannot see clear information about this matters.

Thanks in advance

Luca
  • 41
  • 1
  • 3

1 Answers1

1

If you are using Indy-CLI, you can go to the interactive prompt and type "about" to see the version.

If you are on Linux, you can check the version number of the LibIndy library using your package manager.

Packages for LibIndy 1.8.0 are available for Linux here:

https://repo.sovrin.org/sdk/deb/pool/xenial/stable/libi/libindy/libindy-dev_1.8.0_amd64.deb

Windows here:

https://repo.sovrin.org/windows/libindy/stable/1.8.0/

And through PyPi here:

https://pypi.org/project/python3-indy/1.8.0/#files

resplin
  • 436
  • 5
  • 12