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. --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 8a9070b8..da8f508f 100644 --- a/README +++ b/README @@ -26,16 +26,15 @@ To build and install tmux from a release tarball, use: tmux can use the utempter library to update utmp(5), if it is installed - run configure with --enable-utempter to enable this. -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: $ git clone https://github.com/tmux/tmux.git $ cd tmux $ 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 From 7c78ebce45484716e6e02292d7d107e2b15cdbcb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jul 2019 08:57:22 +0100 Subject: cc, make, libevent, ncurses are dependencies for all builds so no need to list them for VCS build. --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index da8f508f..4f577060 100644 --- a/README +++ b/README @@ -26,9 +26,8 @@ To build and install tmux from a release tarball, use: tmux can use the utempter library to update utmp(5), if it is installed - run configure with --enable-utempter to enable this. -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: +To get and build the latest from version control - note that this requires +autoconf, automake and pkg-config: $ git clone https://github.com/tmux/tmux.git $ cd tmux -- cgit