# orbit2-sys ## About 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: ## Installing Orbit2 & clang-devel ### On RPM based distributions See ```sh dnf install -y epel-release which && dnf clean all dnf install -y ORBit2-devel clang-devel && dnf clean all ``` ### Other You can find the Orbit2 source code here: Additionally, debian based systems used to have the lib: See and ## Checking prerequisites You should be able to do `pkg-config ORBit-2.0 --cflags --libs --static` ## WIP Stuff This is following orbit.pdf tutorial: