diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-07-17 08:57:22 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-07-17 08:57:22 +0100 |
commit | 7c78ebce45484716e6e02292d7d107e2b15cdbcb (patch) | |
tree | 0a3835f00e1da4e22f1a277e25660ecbd58904bf | |
parent | 80b82c8d1484ce02fea49d53daf20c1bf4260c83 (diff) | |
download | rtmux-7c78ebce45484716e6e02292d7d107e2b15cdbcb.tar.gz rtmux-7c78ebce45484716e6e02292d7d107e2b15cdbcb.tar.bz2 rtmux-7c78ebce45484716e6e02292d7d107e2b15cdbcb.zip |
cc, make, libevent, ncurses are dependencies for all builds so no need to list
them for VCS build.
-rw-r--r-- | .github/README.md | 5 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/.github/README.md b/.github/README.md index 50d08c0c..2b299cc5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 @@ -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 |