Running raspian and trying to upgrade tmux, it seems like the latest version in the official repo is 1.6
$ apt-cache policy tmux
tmux:
Installed: 1.6-2
Candidate: 1.6-2
Version table:
*** 1.6-2 0
500 http://mirrordirector.raspbian.org/raspbian/ wheezy/main armhf Packages
100 /var/lib/dpkg/status
What are the options here? Is there an alternative repo I could pull from?
I started looking into building from source here https://raw.githubusercontent.com/tmux/tmux/master/README. Seems like I would have to install libevent and ncurses as well, already it is a bit overwhelming.