varlink / varlink.github.io

The Varlink Website
https://varlink.org
Apache License 2.0
34 stars 10 forks source link

How do I use Varlink? #10

Open elimisteve opened 5 years ago

elimisteve commented 5 years ago

Can I install it onto a Debian server?

Please add info about getting started to the website!

jeffgrunewald commented 5 years ago

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.

zicklag commented 4 years ago

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 commented 4 years ago

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