我想在没有 root 访问权限的机器上安装 tmux。我已经编译了 libevent 并安装了它$HOME/.bin-libevent,现在我想编译 tmux,但 configure 总是以 结尾configure: error: "libevent not found",即使我试图Makefile.am通过修改LDFLAGS和指向 libevent 目录CPPFLAGS,但似乎没有任何效果。
$HOME/.bin-libevent
configure: error: "libevent not found"
Makefile.am
LDFLAGS
CPPFLAGS
如何告诉系统在我的主目录中查找 libevent?
compiling make configure autoconf
autoconf ×1
compiling ×1
configure ×1
make ×1