From 356039b2800dea1d35d212dca0442e1974e0fce4 Mon Sep 17 00:00:00 2001 From: Adrian Iain Lam Date: Sun, 18 Oct 2020 18:10:22 +0100 Subject: [PATCH] Add libreadline-dev dependency to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f9ba6..8584238 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ if you don't have C++17 support. 1. Install dependencies. You will require a recent C/C++ compiler, `make`, `patch`, CMake >= 3.16, - libxdo, and PulseAudio. To compile the example + libxdo, PulseAudio, and readline. To compile the example program you will also require the OpenGL library (and its dev headers) among other libraries required for the example program. The libraries I had to install (this list may not be exhaustive) are: - libxdo-dev libpulse-dev libgl1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libglu1-mesa-dev + libxdo-dev libpulse-dev libgl1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libglu1-mesa-dev libreadline-dev 2. Clone this repository -- 2.7.4