diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 12:25:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 12:25:18 -0400 |
commit | 9d59f24bfc3e8095a00621c7888ebaabd562928c (patch) | |
tree | bbbb630a29b1afb831ed5a67e6624dadb0bf8aa5 | |
parent | 368d712dcccb7b1b5c8dbb96d70165bbab08ec06 (diff) | |
download | suil-9d59f24bfc3e8095a00621c7888ebaabd562928c.tar.gz suil-9d59f24bfc3e8095a00621c7888ebaabd562928c.tar.bz2 suil-9d59f24bfc3e8095a00621c7888ebaabd562928c.zip |
Update installation instructions for consistency
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ Prerequisites To build from source, you will need: - * A relatively modern C compiler (GCC, Clang, and MSVC are known to work). + * A relatively modern C and optionally C++ compiler (GCC, Clang, and MSVC are + known to work). * [Meson](http://mesonbuild.com/), which depends on [Python](http://python.org/). |