diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-08 17:13:58 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-08 17:14:08 +0200 |
| commit | f9e206e013547d8256c0d075fd8b54861b8c7a64 (patch) | |
| tree | 90b027b55ebee9a27baa75a808ff57da645eefb3 /README.Unix.txt | |
| parent | 27c3d0b780788bc5f36eb6bc67456a0277c74915 (diff) | |
Missing lines in Unix README
Diffstat (limited to 'README.Unix.txt')
| -rw-r--r-- | README.Unix.txt | 6 |
1 files 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 |
