Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Add OpenBSD amd64 bindings #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

klemensn
Copy link

Generated on OpenBSD/amd64 7.0 with
# pkg_add rust # cargo and rustc
# pkg_add rust-rustfmt # used by bindgen
# pkg_add llvm # required by bindgen
$ cargo install bindgen
$ rustc ./generate-bindings.rs
$ PATH=~/.cargo/bin:/usr/local/bin # bindgen and rustfmt
$ LIBCLANG_PATH=/usr/local/lib # for bindgen
$ ./generate-bindings

Generated on OpenBSD/amd64 7.0 with
	# pkg_add rust	# cargo and rustc
	# pkg_add rust-rustfmt	# used by bindgen
	# pkg_add llvm	# required by bindgen
	$ cargo install bindgen
	$ rustc ./generate-bindings.rs
	$ PATH=~/.cargo/bin:/usr/local/bin	# bindgen and rustfmt
	$ LIBCLANG_PATH=/usr/local/lib		# for bindgen
	$ ./generate-bindings
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant