diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-25 09:41:41 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-25 09:41:41 +0100 |
commit | ebf27f69006bacdc9a87ff531dfac8be9f52316e (patch) | |
tree | 936ddf9a5342b254c78206d31e4a8526fc24d806 | |
parent | 476c185997b9e80b13061fb9fccafac96604d85a (diff) | |
download | rtmux-ebf27f69006bacdc9a87ff531dfac8be9f52316e.tar.gz rtmux-ebf27f69006bacdc9a87ff531dfac8be9f52316e.tar.bz2 rtmux-ebf27f69006bacdc9a87ff531dfac8be9f52316e.zip |
Mention build dependencies, based on a change from Mateusz Urbanek.
-rw-r--r-- | .github/README.md | 3 | ||||
-rw-r--r-- | README | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/README.md b/.github/README.md index 2b299cc5..f41ff7e5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -14,6 +14,9 @@ page](https://github.com/libevent/libevent/releases/latest). It also depends on [ncurses](https://www.gnu.org/software/ncurses/), available from [this page](https://invisible-mirror.net/archives/ncurses/). +To build tmux, a C compiler (for example gcc or clang), make and a suitable +yacc (yacc or bison) are needed. + ## Installation ### From release tarball @@ -16,6 +16,9 @@ It also depends on ncurses, available from: https://invisible-mirror.net/archives/ncurses/ +To build tmux, a C compiler (for example gcc or clang), make and a suitable +yacc (yacc or bison) are needed. + * Installation To build and install tmux from a release tarball, use: |