You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N.B: Debian keeps up pretty well with releases, so there may usually be no reason to build from source. At the time of writing, this is the version in sid:
root@debian:~/penloadbalancer-code# apt-cache show pen|grep Version
Version: 0.25.1-1
However, here's how one would go about it:
apt-get install gcc
tar zxfv pen-0.27.1.tar.gz
cd pen-0.27.1
./configure
make