
Pros
Cons
Ratings aggregated from independent review platforms. Learn more
Free
No reviews yet. Be the first to review tmux!
tmux is designed to run on a variety of Unix-like operating systems. These include OpenBSD, FreeBSD, NetBSD, Linux, macOS, and Solaris.
Building tmux from source requires libevent 2.x and ncurses. Additionally, a C compiler (like gcc or clang), make, pkg-config, and a suitable yacc (yacc or bison) are necessary.
To enable utempter library support, which allows tmux to update utmp(5), you need to run the configure script with the `--enable-utempter` flag during the build process.
To get the latest version from version control, clone the GitHub repository using `git clone https://github.com/tmux/tmux.git`. Then, navigate into the directory and run `sh autogen.sh`, followed by `./configure && make`.
Bug reports, feature suggestions, and code contributions can be sent via email to tmux-users@googlegroups.com. Alternatively, users can open a GitHub issue or pull request on the project's repository.
Source: github.com