From 80b82c8d1484ce02fea49d53daf20c1bf4260c83 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jul 2019 08:54:46 +0100 Subject: Mention dependencies earlier. --- .github/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index ce12f6aa..50d08c0c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 -- cgit v1.2.3