In order to generate bindings, raqm
(through raqm-sys
) needs the libraqm to be intalled on a developer's system.
Clone the RAQM
repo and checkout the 0.5.0 version.
git clone git@github.com:HOST-Oman/libraqm.git
cd td
git checkout v0.5.0
Then proceed with the install instructions in the libraqm repo README.md.
Use your distribution package manager to download and install the libraqm
#: pacman -S libraqm
After installing libraqm
, just add raqm
to your crate's dependencies
raqm-sys = "0.1.0"
And let the Cargo do it's magic!
cargo build