mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08:48 +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:
parent
80b82c8d14
commit
7c78ebce45
5
.github/README.md
vendored
5
.github/README.md
vendored
@ -30,9 +30,8 @@ configure with `--enable-utempter` to enable this.
|
|||||||
|
|
||||||
### From version control
|
### From version control
|
||||||
|
|
||||||
To get and build the latest from version control - note that this requires at
|
To get and build the latest from version control - note that this requires
|
||||||
least a working C compiler, `make`, `autoconf`, `automake`, `pkg-config` as
|
`autoconf`, `automake` and `pkg-config`:
|
||||||
well as `libevent` and `ncurses` libraries and headers:
|
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
git clone https://github.com/tmux/tmux.git
|
git clone https://github.com/tmux/tmux.git
|
||||||
|
5
README
5
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
|
tmux can use the utempter library to update utmp(5), if it is installed - run
|
||||||
configure with --enable-utempter to enable this.
|
configure with --enable-utempter to enable this.
|
||||||
|
|
||||||
To get and build the latest from version control - note that this requires at
|
To get and build the latest from version control - note that this requires
|
||||||
least a working C compiler, make, autoconf, automake, pkg-config as well as
|
autoconf, automake and pkg-config:
|
||||||
libevent and ncurses libraries and headers:
|
|
||||||
|
|
||||||
$ git clone https://github.com/tmux/tmux.git
|
$ git clone https://github.com/tmux/tmux.git
|
||||||
$ cd tmux
|
$ cd tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user