From e310055478707d4e73e154180b7122615820fb2b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 7 Mar 2015 18:58:18 -0500 Subject: [PATCH] * README: - improve readme build instructions, with thanks to: + https://github.com/dustinkirkland/byobu/pull/8 --- README | 10 ++++------ debian/changelog | 5 +++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README b/README index 4cb1af76..ee0db5f2 100644 --- a/README +++ b/README @@ -6,16 +6,14 @@ administrative privileges in order to install Byobu, you may be able to install locally, using the following instructions... 0) If you pull the source from the upstream bzr or git: - bzr branch lp:byobu - git clone git://github.com/dustinkirkland/byobu.git - Then you first need to run: + bzr branch lp:byobu && cd byobu + git clone git://github.com/dustinkirkland/byobu.git byobu-src && cd byobu-src ./debian/rules autoconf 1) Or download the latest officially released version from: https://launchpad.net/byobu/+download 2) Extract: - tar zxvf byobu*.tar.gz + tar zxvf byobu*.tar.gz && cd byobu* 3) Configure: - cd byobu* ./configure --prefix="$HOME/byobu" 4) OPTIONAL: Use python from your environment, rather than from your distro echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc @@ -35,4 +33,4 @@ Note that you will need to have a few dependencies installed: * gsed (if your sed implementation doesn't support -i) Dustin Kirkland -2013-01-15 +2015-03-01 diff --git a/debian/changelog b/debian/changelog index 0e1fe6fd..df5997d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,11 @@ byobu (5.91) unreleased; urgency=medium "lancer", or "utiliser" ; all of this words mean the same thing in this context). + [ Dustin Kirkland ] + * README: + - improve readme build instructions, with thanks to: + + https://github.com/dustinkirkland/byobu/pull/8 + -- Dustin Kirkland Thu, 15 Jan 2015 08:09:27 -0600 byobu (5.90-0ubuntu1) vivid; urgency=medium