varlink.github.io icon indicating copy to clipboard operation
varlink.github.io copied to clipboard

How do I use Varlink?

Open elimisteve opened this issue 6 years ago • 3 comments

Can I install it onto a Debian server?

Please add info about getting started to the website!

elimisteve avatar Dec 17 '18 18:12 elimisteve

It doesn't appear there is even a varlink package for all RHEL-based flavors of Linux. My preferred production-grade distro is CentOS and I can't find indication that a package exists. Would be nice to have any sort of install instructions available and/or a more detailed compatibility matrix.

jeffgrunewald avatar Apr 08 '19 18:04 jeffgrunewald

The source for the commandline tool is here: https://github.com/varlink/libvarlink.

It doesn't look like there is a package, but you can build it easily enough by cloning the repo and running make install. You will need to install the meson build tool and a C compiler such as clang.

Install and getting started instructions would be good to have.

zicklag avatar Nov 13 '19 20:11 zicklag

There is also a CLI implemented in Rust: https://github.com/varlink/rust/tree/master/varlink-cli.

And Go: https://github.com/varlink/go-varlink-cmd

zicklag avatar Nov 13 '19 21:11 zicklag