diff --git a/AUTHORS b/AUTHORS index ab8a10e0..8a6ff936 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Dustin Kirkland +Dustin Kirkland Nick Barcet Raphaƫl Pinson Derek Carter diff --git a/README b/README index b1dd2425..e440ba76 100644 --- a/README +++ b/README @@ -1,11 +1,31 @@ For more information about this package, please see: * https://launchpad.net/byobu -If byobu is not packaged for your Linux or Unix OS, or if you do not have -administrative privileges in order to install byobu, you may be able to -simply download and extract: - * http://people.ubuntu.com/~kirkland/byobu.tar.gz -in your home directory, and then run 'screen'. -Note that this will overwrite your ~/.screenrc. +If Byobu is not packaged for your Linux or UNIX OS, or if you do not have +administrative privileges in order to install Byobu, you may be able to +install locally by: + + 1) Download the latest version (>= 3.0) from: + https://launchpad.net/byobu/+download + 2) Extract: + tar zxvf byobu*.tar.gz + 3) Configure: + cd byobu* + ./configure --prefix="$HOME/byobu" + 4) Build: + make + 5) Install: + make install + 6) Set up two environment variables: + echo "export BYOBU_PREFIX=$HOME/byobu" >> $HOME/.bashrc + echo "export PATH=$PATH:$BYOBU_PREFIX/bin" >> $HOME/.bashrc + . $HOME/.bashrc + 7) Run: + byobu + +Note that you will need to have two dependencies installed: + * screen + * python-newt (if you want to use Byobu's configuration utility) Dustin Kirkland +2010-07-28 diff --git a/debian/changelog b/debian/changelog index e4485bac..a9aa7d83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ byobu (3.0) unreleased; urgency=low * install, manpages, rules: update package build/install procedures to use configure && make && make install * debian/control: depend on automake, autoconf for new build + * AUTHORS, README: update email address and install instructions -- Dustin Kirkland Wed, 07 Jul 2010 11:36:03 -0400