1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 11:08:32 +00:00
morpheus/pkgs/tmux/build

10 lines
195 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="1.8"
url="$mirror/tmux-$v.tar.gz"
2014-02-28 12:34:18 +00:00
build: ncurses libevent
2014-02-28 21:19:02 +00:00
cd src/tmux-$v
CC=$CC ./configure --prefix="$root" \
CFLAGS="-I$libcroot/include/ncursesw $CFLAGS"
make -j$nprocs
make install