summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair D'Silva <alastair@d-silva.org>2019-01-02 10:50:26 +1100
committerAlastair D'Silva <alastair@d-silva.org>2019-01-02 10:54:43 +1100
commit8ea4b9abe7e2e547fb8e7fb27abb75ce5deebce4 (patch)
tree21a846ec935646d1007b5ce3251cf5d817b94953
parent71a6d02739a2a224671204008ed41aecdf3238b1 (diff)
README.md: Add distro install instructions
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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