From 79415db5a8bc40b0eea248b264f72c3d77e4542f Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 14 Feb 2018 03:06:01 +0000 Subject: [PATCH] README: update for 0.1.0 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 7a8e817..f5d975a 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,21 @@ These archs require kernel assistance and use a syscall (the only assembly is th * ppc * ppc64 (ELFv2 ABI spec only, ELFv1 not supported) + + +## building + +`libucontext` uses a simple makefile build system. You should define `ARCH=` at build time, otherwise +the build system will attempt to guess using `uname -m`. + +``` +$ make ARCH=x86_64 +$ make ARCH=x86_64 check +$ make ARCH=x86_64 DESTDIR=out install +``` + + +## support + +`libucontext` is offered as part of the `gcompat` project. Accordingly, please address all questions +and bug reports to gcompat@lists.adelielinux.org.