X-Git-Url: https://adrianiainlam.tk/git/?p=mouse-tracker-for-cubism.git;a=blobdiff_plain;f=README.md;fp=README.md;h=858423843181fb8f8847f3081ea7f797e7de5929;hp=b5f9ba6a343ec08ebc818d08599242f2e672b79f;hb=356039b2800dea1d35d212dca0442e1974e0fce4;hpb=eba2eb3a02959e9c1262b1b238b95f25e64f7a00 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