From f9e206e013547d8256c0d075fd8b54861b8c7a64 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 8 Aug 2023 17:13:58 +0200 Subject: [PATCH] Missing lines in Unix README --- README.Unix.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.Unix.txt b/README.Unix.txt index 026c351e6..cab1008b2 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -77,13 +77,15 @@ Open a shell and install some development software: sudo apt-get install g++ sudo apt-get install gdb sudo apt-get install git - sudo apt-get install autoconf + sudo apt-get install make + sudo apt-get install cmake # install CMake... + sudo apt-get install autoconf # ...or autoconf (or both) sudo apt-get install libx11-dev sudo apt-get install libglu1-mesa-dev sudo apt-get install libxft-dev sudo apt-get install libxcursor-dev -These packages are optional but recommended: +# These packages are optional but recommended: sudo apt-get install libasound2-dev sudo apt-get install freeglut3-dev