https://github.com/fuco1/tmux-build
Build setup for tmux
https://github.com/fuco1/tmux-build
Last synced: about 1 year ago
JSON representation
Build setup for tmux
- Host: GitHub
- URL: https://github.com/fuco1/tmux-build
- Owner: Fuco1
- Created: 2017-10-10T09:51:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T11:43:22.000Z (over 7 years ago)
- Last Synced: 2025-02-07T08:11:12.887Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux-build
Build image for [tmux](https://github.com/tmux/tmux).
This project uses [build-base](https://github.com/Fuco1/build-base) structure.
# Usage
``` shell
git clone --recursive https://github.com/Fuco1/tmux-build.git
cd tmux-build
./build
./install
```
To run tmux on the host system you will require `libevent` in version 2+. On debian based system you can install it with
``` shell
sudo apt-get install libevent-2.0-5
```