diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-07-17 08:54:46 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-07-17 08:56:10 +0100 |
commit | 80b82c8d1484ce02fea49d53daf20c1bf4260c83 (patch) | |
tree | 2392fb25727c18bc73f5dca995ea9ce5317409ef | |
parent | 8e33cc61b107cce25db56c03061a2f49dbe32758 (diff) | |
download | rtmux-80b82c8d1484ce02fea49d53daf20c1bf4260c83.tar.gz rtmux-80b82c8d1484ce02fea49d53daf20c1bf4260c83.tar.bz2 rtmux-80b82c8d1484ce02fea49d53daf20c1bf4260c83.zip |
Mention dependencies earlier.
-rw-r--r-- | .github/README.md | 8 | ||||
-rw-r--r-- | README | 7 |
2 files changed, 6 insertions, 9 deletions
diff --git a/.github/README.md b/.github/README.md index ce12f6aa..50d08c0c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,7 +30,9 @@ configure with `--enable-utempter` to enable this. ### From version control -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: ~~~bash git clone https://github.com/tmux/tmux.git @@ -39,10 +41,6 @@ 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 @@ -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 |