mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
cc, make, libevent, ncurses are dependencies for all builds so no need to list
them for VCS build.
This commit is contained in:
5
.github/README.md
vendored
5
.github/README.md
vendored
@ -30,9 +30,8 @@ configure with `--enable-utempter` to enable this.
|
||||
|
||||
### 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:
|
||||
To get and build the latest from version control - note that this requires
|
||||
`autoconf`, `automake` and `pkg-config`:
|
||||
|
||||
~~~bash
|
||||
git clone https://github.com/tmux/tmux.git
|
||||
|
Reference in New Issue
Block a user