Mention dependencies earlier.

This commit is contained in:
Nicholas Marriott
2019-07-17 08:54:46 +01:00
parent 8e33cc61b1
commit 80b82c8d14
2 changed files with 6 additions and 9 deletions

8
.github/README.md vendored
View File

@ -30,7 +30,9 @@ configure with `--enable-utempter` to enable this.
### From version control
To get and build the latest from version control:
To get and build the latest from version control - note that this requires at
least a working C compiler, `make`, `autoconf`, `automake`, `pkg-config` as
well as `libevent` and `ncurses` libraries and headers:
~~~bash
git clone https://github.com/tmux/tmux.git
@ -39,10 +41,6 @@ sh autogen.sh
./configure && make
~~~
(Note that this requires at least a working C compiler, `make`, `autoconf`,
`automake`, `pkg-config` as well as `libevent` and `ncurses` libraries and
headers.)
## Contributing
Bug reports, feature suggestions and especially code contributions are most