From: Adrian Iain Lam Date: Sun, 18 Oct 2020 17:10:22 +0000 (+0100) Subject: Add libreadline-dev dependency to README X-Git-Url: https://adrianiainlam.tk/git/?p=mouse-tracker-for-cubism.git;a=commitdiff_plain;h=356039b2800dea1d35d212dca0442e1974e0fce4 Add libreadline-dev dependency to README --- 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