From 8ea4b9abe7e2e547fb8e7fb27abb75ce5deebce4 Mon Sep 17 00:00:00 2001 From: Alastair D'Silva Date: Wed, 2 Jan 2019 10:50:26 +1100 Subject: [PATCH] README.md: Add distro install instructions Signed-off-by: Alastair D'Silva --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ade6f1a..4fd7d42 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ to the IRQ. Functions are provide to allow 32 & 64 bit access to the global and per-PASID MMIO areas on the the AFU. Endian conversion is handled automatically. +## Installation +LibOCXL is available in popular Linux distributions for PPC64le. To install: +### Redhat +`yum install libocxl-devel` + +### Fedora +`dnf install libocxl-devel` + +### Ubuntu/Debian +`apt install libocxl-dev` + # Building ## Prerequisites 1. A GCC toolchain with libc (if cross compiling), crosstool-ng can build a suitable toolchain