Comment 2 for bug 897473

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Howdy,

Have a look at the README file. I think you've missed a step at the end:

      ./configure --prefix="$HOME/byobu"
      make
      make install
      echo "export BYOBU_PREFIX=$HOME/byobu" >> $HOME/.bashrc
      echo "export PATH=$BYOBU_PREFIX/bin:$PATH" >> $HOME/.bashrc
      . $HOME/.bashrc
      byobu

I think this is probably just a documentation issue...