cc, make, libevent, ncurses are dependencies for all builds so no need to list

them for VCS build.
This commit is contained in:
Nicholas Marriott
2019-07-17 08:57:22 +01:00
parent 80b82c8d14
commit 7c78ebce45
2 changed files with 4 additions and 6 deletions

5
README
View File

@ -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