Crates.io | orbit2-sys |
lib.rs | orbit2-sys |
version | 0.1.1-alpha.3 |
source | src |
created_at | 2024-06-25 12:06:04.351382 |
updated_at | 2024-06-26 19:17:54.726832 |
description | A Rust binding for the ORBit2 Gnome CORBA library |
homepage | https://github.com/jeteve/orbit2-rs |
repository | |
max_upload_size | |
id | 1283269 |
size | 1,155,885 |
This is a Rust binding of the Gnome ORBit2 corba library. It requires ORBit2-devel AND clang-devel to be installed on your system.
This is highly experimental and subject to uncontrolled change. Use at your own perils or get in touch with the author (Jerome Eteve)
The source code is there: https://github.com/jeteve/orbit2-rs
See https://pkgs.org/search/?q=orbit2
dnf install -y epel-release which && dnf clean all
dnf install -y ORBit2-devel clang-devel && dnf clean all
You can find the Orbit2 source code here: https://github.com/Distrotech/ORBit2
Additionally, debian based systems used to have the lib:
See https://sources.debian.org/src/orbit2/
and
https://tracker.debian.org/pkg/orbit2
You should be able to do pkg-config ORBit-2.0 --cflags --libs --static
This is following orbit.pdf tutorial: