* README:

- improve readme build instructions, with thanks to:
    + https://github.com/dustinkirkland/byobu/pull/8
This commit is contained in:
Dustin Kirkland 2015-03-07 18:58:18 -05:00
commit e310055478
2 changed files with 9 additions and 6 deletions

10
README
View file

@ -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 <kirkland@byobu.co>
2013-01-15
2015-03-01

5
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Thu, 15 Jan 2015 08:09:27 -0600
byobu (5.90-0ubuntu1) vivid; urgency=medium