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

Add OpenBSD amd64 bindings - #75

Open
klemensn wants to merge 1 commit into
ExPixel:masterfrom
klemensn:openbsd
Open

Add OpenBSD amd64 bindings#75
klemensn wants to merge 1 commit into
ExPixel:masterfrom
klemensn:openbsd

Conversation

@klemensn

Copy link
Copy Markdown

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